Skip to content

Commit

Permalink
back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaniel committed Mar 6, 2017
1 parent 73b9c25 commit 649aa9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,3 @@ Seqtk Examples

seqtk trimfq -b 5 -e 10 in.fa > out.fa

* Keep the 50bp from right end of each read by trimming the rest and if the trimmed read length ends up having less the 20bp then the first 20 bp should be kept only:

seqtk trimfq -E 50 -s 20 in.fq > out.fq

0 comments on commit 649aa9f

Please sign in to comment.