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

I think provided_lineages_file is no longer optional #210

Open
taylorreiter opened this issue Mar 1, 2022 · 0 comments
Open

I think provided_lineages_file is no longer optional #210

taylorreiter opened this issue Mar 1, 2022 · 0 comments

Comments

@taylorreiter
Copy link
Member

I ran charcoal on some de novo bins without using provided lineages in the conf file, and I got this error

Building DAG of jobs...
MissingInputException in line 370 of /home/tereiter/github/2021-metapangenome-example/.snakemake/conda/e8744e4d964b404a29c4b867cfc52b25/lib/python3.9/site-packages/charcoal/Snakefile:
Missing input files for rule compare_taxonomy_single_wc:

Looking at that rule and the rest of the snakefile, I didn't see anything that made that input optional on the snakemake side of things

https://github.com/dib-lab/charcoal/blob/latest/charcoal/Snakefile#L375

rule compare_taxonomy_single_wc:
    input:
        json = stage1_dir + '/{g}.contigs-tax.json',
        matches_csv = stage1_dir + '/{g}.matches.csv',
        lineages = config['lineages_csv'],
        provided_lineages = provided_lineages_file,
        databases = config['gather_db'],
        genome_list = genome_list_file,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant