timbitz / Whippet.jl

Lightweight and Fast; RNA-seq quantification at the event-level
MIT License
105 stars 21 forks source link

Fastq.gz files from different lanes #132

Closed shregeno8 closed 2 years ago

shregeno8 commented 2 years ago

I have paired-end Fastq files run on 2 lanes. I am getting an error when I try to run whippet-quant.jl

My command is julia bin/whippet-quant_1.jl ${SAMPLE}_L001_R1_001.fastq.gz,${SAMPLE}_L002_R1_001.fastq.gz ${SAMPLE}_L001_R2_001.fastq.gz,${SAMPLE}_L002_R2_001.fastq.gz --out Whippet/results/${SAMPLE}

but this doesn't work.

What is the right command ?

timbitz commented 2 years ago

You have to merge the fastq files manually first, as with most programs.