Skip to content

Commit

Permalink
Update pseudoR_single-reference.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuakirsch authored Feb 29, 2024
1 parent 9f140d5 commit d380f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pseudoR_single-reference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ do
bbduk.sh in1=../${dedupe}/${i}${read1_ending} \
in2=../${dedupe}/${i}${read2_ending} \
out=temp/read1.fq out2=temp/read2.fq \
qtrim=rl threads=${max_threads}
qtrim=rl threads=${max_threads} overwrite=true

bbduk.sh in=../${dedupe}/${i}${singleton_ending} \
out=temp/readS.fq \
qtrim=rl threads=${max_threads}
qtrim=rl threads=${max_threads} overwrite=true

#map to contigs and do IS trimming/mapping
bowtie2 -x ref/contigs -p ${max_threads} -1 temp/read1.fq \
Expand Down

0 comments on commit d380f03

Please sign in to comment.