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

Antismash parameter bug #390

Closed
ewissel opened this issue Jul 2, 2024 · 1 comment
Closed

Antismash parameter bug #390

ewissel opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ewissel
Copy link

ewissel commented Jul 2, 2024

Description of the bug

As discussed in the slack, the funcscan documentation says that parameter --bgc_antismash_installation is not required when the install is via conda (my set up), and in fact pointing to the conda install with this flag does not work so I removed it. I have predownloaded the antismash database and point to it with --bgc_antismash_databases . However, the pipeline won't run if I don't have both of these parameters, as indicated with the following error message:

[nf-core/funcscan] ERROR: You supplied either the antiSMASH database or its installation directory, but not both. Please either supply both directories or none (letting the pipeline download them instead).

Command used and terminal output

$ nextflow run nf-core/funcscan -c '/ceph/work/IBMS-PHLab/emily/scripts_general/nextflow_edr1.config' \
    -resume -profile singularity \
    --run_amp_screening --run_arg_screening \
    --run_bgc_screening --save_annotations --save_databases --arg_skip_fargene \
    --arg_skip_rgi --arg_skip_deeparg \
    --input $input_samplesheet \
    --outdir $output_dir \
    --bgc_skip_deepbgc \
    --amp_hmmsearch_models "/ceph/work/IBMS-PHLab/emily/databases/amp_hmm/*.hmm" \
    --bgc_hmmsearch_models "/ceph/work/IBMS-PHLab/emily/databases/deepbgc_db/common/*.hmm" \
    --bgc_antismash_databases "/ceph/work/IBMS-PHLab/emily/databases/antismash/antismash_db/" \    #--arg_amrfinderplus_db '/ceph/work/IBMS-PHLab/emily/nf_ceph/share/amrfinderplus/data/3.12.1/' \\  


[nf-core/funcscan] ERROR: You supplied either the antiSMASH database or its installation directory, but not both. Please either supply both directories or none (letting the pipeline download them instead).

Relevant files

No response

System information

No response

@ewissel ewissel added the bug Something isn't working label Jul 2, 2024
@jfy133 jfy133 added this to the 1.2 - Brazilian Escondidinho milestone Jul 3, 2024
@jfy133 jfy133 self-assigned this Jul 3, 2024
@jfy133
Copy link
Member

jfy133 commented Jul 3, 2024

Done in #393

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants