Skip to content

Work with split chromosome and cram #1914

Open
@natir

Description

@natir

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

sarek_issue.zip

System information

  • Linux 3.10
  • Conda 25.3.1
  • nextflow 25.04.3
  • executor local

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions