Skip to content

Multilane sequencing not handled correctly #48

@riederd

Description

@riederd

Description of the bug

When using a sample sheet in which multiple fastq files per sample are present (multiple lanes sequenced), the fastq files are not concatenated to a single one before processing but they are handled separately, which leads to situations in which bam index files and bam files are mixed up, e.g. index coming from one sequencing lane and bam file from another sequencing lane in ASCAT_SC.

Command used and terminal output

[.....]
Command output:                                                                                                                                                                                
  [1] "checking arguments"                                                                                                                                                                     
  [1] "## load Bins for Genome Build: hg38"                                                                                                                                                    
  [1] "## calculate Target Bin size"                                                                                                                                                           
  [1] "## get Tracks from Tumour bams"                                                                                                                                                         
  [1] "## smooth Tracks"                                                                                                                                                                       
  [1] "   ## correct for GC content"                                                                                                                                                           
  [1] "   ## segment Tracks"                                                                                                                                                                   
  [1] "## fit Purity/Ploidy"                                                                                                                                                                   
  Solution found.                                                                                                                                                                              
  [1] "## get Fitted Cna Profiles"                                                                                                                                                             
  [1] "## compile Results"                                                                                                                                                                     
  [1] "## predict Refit"                                                                                                                                                                       
  [1] "## print Results"                                                                                                                                                                       
                                                                                                                                                                                               
Command error:                                                                                                                                                                                 
  [E::bgzf_read] Read block operation failed with error 3 after 0 of 4 bytes                                                                                                                   
  [E::bgzf_read_block] Invalid BGZF header at offset 6759679475                                                                                                                                
  [E::bgzf_read] Read block operation failed with error 3 after 0 of 4 bytes  
[.....]

Relevant files

sample,fastq_1,fastq_2
sample_1,sample_1_L001_R1.fastq.gz,sample_1_L001_R2.fastq.gz
sample_1,sample_1_L002_R1.fastq.gz,sample_1_L002_R2.fastq.gz

System information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions