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

Warning about GATK4_HAPLOTYPECALLERGVCF #83

Open
bounlu opened this issue Feb 6, 2023 · 1 comment
Open

Warning about GATK4_HAPLOTYPECALLERGVCF #83

bounlu opened this issue Feb 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@bounlu
Copy link

bounlu commented Feb 6, 2023

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

#!/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

Relevant files

No response

System information

No response

@bounlu bounlu added the bug Something isn't working label Feb 6, 2023
@maxulysse
Copy link
Member

Hi @bounlu thanks for reporting that, this WARNING is a known bug, but the pipeline should run its course.
nextflow-io/nextflow#3560

We'll fix that in the coming release.

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

2 participants