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
Had an issue where making ref_gene_df failed due to double the number of locus_tags compared to other features. On investigating, locus_tags contained both "locus_tag=..." and "old_locus_tag=..." entries.
Had an issue where making
ref_gene_df
failed due to double the number of locus_tags compared to other features. On investigating,locus_tags
contained both "locus_tag=..." and "old_locus_tag=..." entries.Manually changed
count_reads.R
from:to:
Might be worth changing all feature greps ("locus_tag", "gene_biotype" and "gene") to
"^feature="
e.g.Didn't think it was worth a PR, since it could also be considered an issue with user input file.
Note sure if related to issue #8
The text was updated successfully, but these errors were encountered: