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 f13652f commit 07429d3
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 @@ -42,7 +42,7 @@ Salmon requires that paired reads be separated into two files. We can split the
::
for file in *.abundtrim.subset.pe.fq.gz
do
split-reads.py $file
split-paired-reads.py $file
done

Now, we can quantify our reads against this reference:
Expand Down

0 comments on commit 07429d3

Please sign in to comment.