Skip to content

Commit

Permalink
Update salmon_tutorial.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
halexand committed Oct 12, 2016
1 parent b76c024 commit f54d4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salmon_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Now, we can quantify our reads against this reference:
for file in *.pe.fq.gz.1.fq
do
tail1=.abundtrim.subset.pe.fq.gz.1.fq
tail2=.abundtrim.subset.pe.fq.gz.1.fq
tail2=.abundtrim.subset.pe.fq.gz.2.fq
BASE=${file/$tail1/}
salmon quant -i transcript_index --libType IU \
-1 $BASE$tail1 -2 $BASE$tail2 -o $BASE.quant;
Expand Down

0 comments on commit f54d4d2

Please sign in to comment.