Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::program_options::invalid_option_value> >' ') for option '--input-file' is invalid #65

Open
pameyaw opened this issue Mar 10, 2023 · 0 comments

Comments

@pameyaw
Copy link

pameyaw commented Mar 10, 2023

hello,
This is an error I had when I tried to run my script I wrote for my project.
I run the same script on a different pc and I didn't get this same error
Please how can I fix it.

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::program_options::invalid_option_value >'
') for option '--input-file' is invalid

THIS IS THE SCRIPT

#!/bin/bash
home=/mnt/c/Users/SAM 2017/Desktop/sena
mkdir variant_calls

ref=k13.fa.gz
tracy index $ref
samtools faidx $ref

Variant Calling and convert bcf to vcf file

for i in ls *.ab1 | sed -e 's/\.ab1//';
do
echo $i
tracy decompose -v -a plasmodium_falciparum -r $ref -o ./variant_calls/${i} ${i}.ab1;
done

@pameyaw pameyaw closed this as completed Mar 11, 2023
@pameyaw pameyaw reopened this Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant