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

Restart from step variantcalling fails on NGScheckmate #1615

Open
FriederikeHanssen opened this issue Aug 8, 2024 · 1 comment
Open

Restart from step variantcalling fails on NGScheckmate #1615

FriederikeHanssen opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@FriederikeHanssen
Copy link
Contributor

FriederikeHanssen commented Aug 8, 2024

Description of the bug

ERROR nextflow.processor.TaskProcessor - Error executing process > 'NFCORE_SAREK:SAREK:CRAM_SAMPLEQC:BAM_NGSCHECKMATE:BCFTOOLS_MPILEUP (1)'

Caused by:
  Not a valid path value: '../data/references/Homo_sapiens/GATK/GRCh38/Annotation/NGSCheckMate/SNP_GRCh38_hg38_wChr.bed'
  

NGSCHeckmate should not even be running

ae/f697b0] process > NFCORE_SAREK:SAREK:BAM_TO_CRAM (sample_01X)                                                                                      [100%] 1 of 1, cached: 1 ✔
[-        ] process > NFCORE_SAREK:SAREK:CRAM_SAMPLEQC:CRAM_QC_RECAL:SAMTOOLS_STATS                                                                    [  0%] 0 of 1
[-        ] process > NFCORE_SAREK:SAREK:CRAM_SAMPLEQC:CRAM_QC_RECAL:MOSDEPTH                                                                          [  0%] 0 of 1
[-        ] process > NFCORE_SAREK:SAREK:CRAM_SAMPLEQC:BAM_NGSCHECKMATE:BCFTOOLS_MPILEUP                                                               -
[-        ] process > NFCORE_SAREK:SAREK:CRAM_SAMPLEQC:BAM_NGSCHECKMATE:NGSCHECKMATE_NCM                                                               -

Command used and terminal output

nextflow run nf-core/sarek -r 3.4.2 -latest -profile docker --input data/markduplicates_no_table_local.csv --outdir ./test_single_sample --igenomes_base ../data/references --step variant_calling --tools cnvkit,
 strelka,deepvariant,haplotypecaller -with-tower --save_output_as_bam  --max_memory 4.GB --max_cpus 2 -resume

Relevant files

No response

System information

sarek: 3.4.2

@FriederikeHanssen FriederikeHanssen added the bug Something isn't working label Aug 8, 2024
@FriederikeHanssen FriederikeHanssen added this to the 3.5 milestone Aug 19, 2024
@michael-ford
Copy link

michael-ford commented Sep 24, 2024

I get this same error even when not using -resume and is preventing me from running Sarek.

Not a valid path value: './igenomes/Homo_sapiens/GATK/GRCh38/Annotation/NGSCheckMate/SNP_GRCh38_hg38_wChr.bed'

I have confirmed that the file does in fact exist in the specified location.

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
Status: No status
Development

No branches or pull requests

2 participants