Open bounlu opened 1 year ago
I get the below warning:
WARN: A process with name 'GATK4_HAPLOTYPECALLERGVCF' is defined more than once in module script: /home/omeran/.nextflow/assets/nf-core/rnavar/./workflows/rnavar.nf -- Make sure to not define the same function as process
#!/bin/bash nextflow run nf-core/rnavar \ -latest \ -profile docker \ --genome GRCh38 \ --read_length 150 \ --fasta 's3://reference/rnaseq-genome/combined.fa' \ --gtf 's3://reference/rnaseq-genome/combined.gtf' \ --star_index 's3://reference/rnaseq-genome/STAR_100/' \ --dbsnp 's3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/dbsnp_146.hg38.vcf.gz' \ --dbsnp_tbi 's3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/dbsnp_146.hg38.vcf.gz.tbi' \ --known_indels 's3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz' \ --known_indels_tbi 's3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz.tbi' \ --annotate_tools merge \ --snpeff_db 'GRCh38.99' \ --vep_species 'homo_sapiens' \ --vep_genome 'GRCh38' \ --vep_cache_version \'108\' \ --max_cpus 512 \ --max_memory '2048.GB' \ --input 'samplesheet_rnaseq.csv' \ --outdir 's3://nextflow/rnavar/results/' \ -bucket-dir 's3://nextflow/rnavar/work/' \ -work-dir 's3://nextflow/rnavar/work/' \ -c 'custom.config' \ -r dev \ -resume
No response
Hi @bounlu thanks for reporting that, this WARNING is a known bug, but the pipeline should run its course. https://github.com/nextflow-io/nextflow/issues/3560
We'll fix that in the coming release.
Description of the bug
I get the below warning:
WARN: A process with name 'GATK4_HAPLOTYPECALLERGVCF' is defined more than once in module script: /home/omeran/.nextflow/assets/nf-core/rnavar/./workflows/rnavar.nf -- Make sure to not define the same function as process
Command used and terminal output
Relevant files
No response
System information
No response