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

number of busco databases #115

Open
gitcruz opened this issue Oct 2, 2024 · 1 comment
Open

number of busco databases #115

gitcruz opened this issue Oct 2, 2024 · 1 comment
Labels
enhancement Improvement of the existing features

Comments

@gitcruz
Copy link

gitcruz commented Oct 2, 2024

Description of feature

Dear developers,

I do have two questions:

  1. 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

  1. 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

@gitcruz gitcruz added the enhancement Improvement of the existing features label Oct 2, 2024
@muffato
Copy link
Member

muffato commented Oct 2, 2024

Hi @gitcruz . The syntax is

--busco path-to-databases/busco/ --busco_lineages vertebrata_odb10,bacteria_odb10,fungi_odb10

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.

Best,
Matthieu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of the existing features
Projects
None yet
Development

No branches or pull requests

2 participants