Skip to content

Commit

Permalink
added subseq help.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmajercik committed Jul 5, 2024
1 parent 51c69e9 commit e2adfd6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/seqtk/seqtk_sample/help.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
```
seqtk_sample
seqtk_subseq
```
Usage: seqtk sample [-2] [-s seed=11] <in.fa> <frac>|<number> > <out.fa>

Options: -s INT RNG seed [11]
-2 2-pass mode: twice as slow but with much reduced memory
Usage: seqtk subseq [options] <in.fa> <in.bed>|<name.list>
Options:
-t TAB delimited output
-s strand aware
-l INT sequence line length [0]
Note: Use 'samtools faidx' if only a few regions are intended.

0 comments on commit e2adfd6

Please sign in to comment.