Bug fix in trimmomatic paired-end flag.

This commit is contained in:
Hylke C. Donker 2021-03-10 13:45:06 +01:00
parent 1c42a61e48
commit 4b449ded08
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ java -jar $EBROOTTRIMMOMATIC/trimmomatic.jar PE \
"${FASTQ_OUT}/sample1_R1_unpaired.fastq.gz" \
"${FASTQ_OUT}/sample1_R2_paired.fastq.gz" \
"${FASTQ_OUT}/sample1_R2_unpaired.fastq.gz" \
ILLUMINACLIP: TruSeq3-PE.fa:2:30:10 \
ILLUMINACLIP:TruSeq3-PE.fa:2:30:10 \
LEADING:3 \
TRAILING:3 \
SLIDINGWINDOW:4:25 \