Open
Description
Description of the bug
We try to launch sarek but in a very special case:
- mapping are store in cram
- mapping are split by chromosome
- mapping are store in s3 like system
We try to add a lane
column in input file to have multiple input file for one sample.
But if column lane
is present sarek ask for a bam
and bai
column and no cram
and crai
column or for step prepare_recalibration cram
and crai
column are allow.
Command used and terminal output
tmp_input.csv and tmp_input2.csv are present in attachment
$ nextflow run nf-core/sarek -profile conda --input tmp_input.csv --genome GATK.GRCh38 --outdir ./result --step prepare_recalibration # this run failled
$ nextflow run nf-core/sarek -profile conda --input tmp_input2.csv --genome GATK.GRCh38 --outdir ./result --step prepare_recalibration # this run work
Relevant files
System information
- Linux 3.10
- Conda 25.3.1
- nextflow 25.04.3
- executor local