Open olgabot opened 3 years ago
Need to split R1 and R2 into separate bam files: https://github.com/czbiohub/nf-sicilian/issues/11 in STAR_ALIGN process
This is the code to add:
mv ${prefix}.Aligned.out.bam original.bam
samtools view -hbf 64 original.bam > ${prefix}.R1.Aligned.out.bam
samtools view -hbf 128 original.bam > ${prefix}.R2.Aligned.out.bam
scripts/light_class_input.py
expects two bam files -- one each for R1 and R2Check Documentation
I have checked the following places for your error:
Description of the bug
Steps to reproduce
Steps to reproduce the behaviour:
Expected behaviour
Log files
Have you provided the following extra information/files:
.nextflow.log
fileSystem
Nextflow Installation
Container engine
Additional context