Nextflow crashed while running the viralrecon pipeline #4476
Unanswered
faiksohail
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Could you try again with Nextflow 23.10.0 ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using nextflow to run a pipeline (nf-core/viralrecon)
when I run the command -
nextflow run nf-core/viralrecon -profile singularity --max_memory '12.GB' --max_cpus 4 --input samplesheet.csv --outdir results/viralrecon --protocol amplicon --genome 'MN908947.3' --primer_set artic --primer_set_version 3 --skip_kraken2 --skip_assembly --skip_pangolin --skip_nextclade --platform illumina --fasta 'MN908947.fasta' --primer_bed MN908947.bed
first warnings -
WARNING : Could not load nf-core/config profiles: https://raw.githubusercontent.com/nf-core/configs/master/nfcore_custom.config
WARNING : Could not load nf-core/config/viralrecon profiles: https://raw.githubusercontent.com/nf-core/configs/master/pipeline/viralrecon.config ```
Then, after execution it says -
Downloading plugin [email protected]
WARN : Unable to start plugin 'nf-amazon' required by s3://ngi-igenomes/test-data/viralrecon/kraken2_human.tar.gz
Missing plugin 'nf-amazon' required to read file: s3://ngi-igenomes/test-data/viralrecon/kraken2_human.tar.gz
-- Check script '/root/.nextflow/assets/nf-core/viralrecon/./workflows/illumina.nf' at line: 26 or see '.nextflow.log' file for more details
I am using
Please help in addressing the issue at the earliest.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions