-
Notifications
You must be signed in to change notification settings - Fork 10
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
misleading graphics output when running a concatenated reference file #274
Comments
Looks like a bug in used here Line 46 in 92f8665
and here https://github.com/VDBWRAIR/ngs_mapper/blob/master/ngs_mapper/base_caller.py#L384 <-- where consensus/vcf get messed up |
ngs_mapper/ngs_mapper/bam_to_qualdepth.py Line 17 in 92f8665
|
|
I'm going to look over the issues you and try to make sense of it. |
Determined the reads are orphans; a little more info is in gitter. The solution is to make allowing orphans ( |
Have to rework some functions, update where they are called, and pass the config around more... base_caller: samtools.mpileup tagreads - gets config, sort of flagstats? |
sent the directory I tested this on to gitter
MapvsUnmap reads does not seem to map the mapped reads percentage for some samples when running against a concatenated reference file? Could it be a sequential issue, such as, the reads got to the first reference in the file and that leads to the other references to be ignored?
The text was updated successfully, but these errors were encountered: