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

When running the pipeline with --skip_clipping and --keep_phix: ERROR ~ No such variable: ch_phix_db_file #740

Open
amizeranschi opened this issue Dec 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@amizeranschi
Copy link
Contributor

Hello,

When running the pipeline as such:

nextflow run nf-core/mag -r 3.3.0 \
-profile docker,test \
--skip_clipping \
--keep_phix \
--skip_spades \
--skip_prodigal \
--skip_prokka \
--skip_metaeuk \
--skip_binning \
--skip_gtdbtk \
--outdir test-mag-3.3.0

I'm getting the following error:

ERROR ~ No such variable: ch_phix_db_file

 -- Check script '/home/amizeranschi/.nextflow/assets/nf-core/mag/./workflows/mag.nf' at line: 161 or see '.nextflow.log' file for more details

The log file is attached.

.nextflow.log

@amizeranschi amizeranschi added the bug Something isn't working label Dec 29, 2024
@jfy133
Copy link
Member

jfy133 commented Jan 6, 2025

Thanks for the report @amizeranschi ! I'm back from holiday now so will investigate ASAP.

I think this is likely an edge case not come up during the testing of the recent refactoring of the module code into subworkflows by @muabnezor

@muabnezor
Copy link
Contributor

Yes, you're right @jfy133 . Fix to bug in PR #718

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