You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might just be an error in the documentation but since this is a flag, I wouldn't expect it to take an argument. Have you tried to run it with just -D without an argument?
libc++abi.dylib: terminating with uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::program_options::invalid_bool_value> >:
the argument ('filengs.bam') for option '--mapq' is invalid.
Valid choices are 'on|off', 'yes|no', '1|0' and 'true|false'
Abort trap: 6
Running with other options works great, but -D or --print-individual-mapq with either of 1, true, yes or a few other things throws an error:
bam-readcount -w 10 -f ${fasta}.fa -D true ${sample}.bam ${region}
This is on OS X 10.14 in a conda environment.
Many thanks, Felix
The text was updated successfully, but these errors were encountered: