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
I want to pass several databases to BTK's nextflow pipeline (v0.6.0) should I pass them several times using --busco like this:
--busco path-to-databases/busco/vertebrata_odb10
--busco path-to-databases/busco/bacteria_odb10
--busco path-to-databases/busco/fungi_odb10
or with a single line?
--busco path-to-databases/busco/vertebrata_odb10 path-to-databases/busco/bacteria_odb10 path-to-databases/busco/fungi_odb10
What is the effect of having a higher number of busco databases in this new version? Apparently the sensitivity of the taxonomic classification depends on the number of busco databases used (at least since snakemake pipeline v2 was released)
Thanks,
Fernando
The text was updated successfully, but these errors were encountered:
My understanding is that the sensitivity increases with the number of busco lineages used, because it increases the chance to find a match. @rjchallis may want to comment on that.
Regardless, this part of the pipeline works the same way as in the Snakemake pipeline, so I wouldn't expect any change.
Description of feature
Dear developers,
I do have two questions:
--busco path-to-databases/busco/vertebrata_odb10
--busco path-to-databases/busco/bacteria_odb10
--busco path-to-databases/busco/fungi_odb10
or with a single line?
--busco path-to-databases/busco/vertebrata_odb10 path-to-databases/busco/bacteria_odb10 path-to-databases/busco/fungi_odb10
Thanks,
Fernando
The text was updated successfully, but these errors were encountered: