-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request