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

Number of ENSEMBLVEP_SNV instances when using CADD #405

Closed
fa2k opened this issue Aug 15, 2023 · 2 comments
Closed

Number of ENSEMBLVEP_SNV instances when using CADD #405

fa2k opened this issue Aug 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@fa2k
Copy link
Contributor

fa2k commented Aug 15, 2023

Description of the bug

When using CADD, the number of VEP processes seems to be the square of the number of scatters of the genome. I expect it should instead be equal to the number of scatters, which is the number of CADD jobs.

(Not related to the problem: In the example below I had to manually lower the scatter count to 2 to get it to run on a small test dataset)

Command used and terminal output

[6a/7d8489] process > NFCORE_RAREDISEASE:RAREDISEASE:ANNOTATE_SNVS:ANNOTATE_CADD:BCFTOOLS_ANNOTATE (NA12878)                                [100%] 2 of 2 ✔
[a7/c53176] process > NFCORE_RAREDISEASE:RAREDISEASE:ANNOTATE_SNVS:ANNOTATE_CADD:TABIX_ANNOTATE (NA12878)                                   [100%] 2 of 2 ✔
[ce/8c77e1] process > NFCORE_RAREDISEASE:RAREDISEASE:ANNOTATE_SNVS:ENSEMBLVEP_SNV (NA12878)                                                 [100%] 4 of 4 ✔
[30/b53874] process > NFCORE_RAREDISEASE:RAREDISEASE:ANNOTATE_SNVS:TABIX_VEP (NA12878)                                                      [100%] 4 of 4 ✔
[-        ] process > NFCORE_RAREDISEASE:RAREDISEASE:ANNOTATE_SNVS:BCFTOOLS_CONCAT                                                          -

[---]

Execution cancelled -- Finishing pending tasks before exit
-[nf-core/raredisease] Pipeline completed with errors-
ERROR ~ Error executing process > 'NFCORE_RAREDISEASE:RAREDISEASE:ANNOTATE_SNVS:BCFTOOLS_CONCAT (1)'

Caused by:
  Process `NFCORE_RAREDISEASE:RAREDISEASE:ANNOTATE_SNVS:BCFTOOLS_CONCAT` input file name collision -- There are multiple input files for each of the following file names: NA12878_0001-scattered_ann_rohann_vcfanno_filter_vep.vcf.gz.tbi, NA12878_0000-scattered_ann_rohann_vcfanno_filter_vep.vcf.gz, NA12878_0001-scattered_ann_rohann_vcfanno_filter_vep.vcf.gz, NA12878_0000-scattered_ann_rohann_vcfanno_filter_vep.vcf.gz.tbi


Tip: view the complete command output by changing to the process work dir and entering the command `cat .command.out`

 -- Check '.nextflow.log' file for details

Relevant files

No response

System information

nextflow 23.04.2
pipeline 1.1.1

@ramprasadn
Copy link
Collaborator

Fix here #421

@ramprasadn
Copy link
Collaborator

Closing this issue since the fix has been merged into dev.

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