nf-core / sarek

Analysis pipeline to detect germline or somatic variants (pre-processing, variant calling and annotation) from WGS / targeted sequencing
https://nf-co.re/sarek
MIT License
351 stars 387 forks source link

Missing bam files #1273

Open maxulysse opened 9 months ago

maxulysse commented 9 months ago

Description of the bug

while running the Sarek 3.3.1 pre-processing step on a tumor-normal pair, the pipeline completed successfully, but it only generated the bam file for the normal sample

I tried with both 3.3.0 and 3.3.2, the same problem are still there…

Command used and terminal output

No response

Relevant files

No response

System information

No response

Teezi commented 8 months ago

Environment setting

ROOT="/projects/bv48/workspace-nobackup/tzy/sarek"

export SINGULARITY_CACHEDIR="$ROOT/singularity_cache"
export SINGULARITY_TMPDIR="$ROOT/tmp"
export SINGULARITY_LOCALCACHEDIR="$ROOT/tmp"

export NXF_TEMP="$ROOT/jGCT/1_preprocess/tmp"
export NXF_SINGULARITY_CACHEDIR="$ROOT/singularity_cache"
export NXF_OPTS='-Xms1g -Xmx7g'
export NXF_HOME="$ROOT/jGCT/1_preprocess/.nextflow"
export NXF_VER=23.04.3

Command-lines

nextflow run nf-core/sarek -r 3.3.2 \
-profile singularity \
--igenomes_base /projects/bv48/workspace-nobackup/tzy/sarek/references \
--genome GATK.GRCh38 \
--input samplesheet_7.csv \
--outdir /projects/bv48/workspace-nobackup/tzy/sarek/jGCT/1_preprocess/sample7 \
-config nextflow.config \
--trim_fastq true \
--save_trimmed true \
--save_mapped true \
--save_output_as_bam true \
-with-trace \
-with-timeline
Teezi commented 8 months ago

Terminal output

-[nf-core/sarek] Pipeline completed successfully-                                                                                                                                                                                            
Completed at: 06-Oct-2023 06:50:56
Duration    : 11h 59m 50s
CPU hours   : 1'408.0 (0.4% failed)
Succeeded   : 185
Failed      : 2
Teezi commented 8 months ago

Relevant files

nextflow.log samplesheet_7.csv

Teezi commented 8 months ago