Skip to content

Commit 5bb0a8e

Browse files
author
Brian C. Thomas
committed
more readme touchups
1 parent fdcad20 commit 5bb0a8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ Summary:
33
fast, and can be useful in a variety of situations. You can use it to
44
extract sequences from one fasta/fastq file into a new file, given
55
either a list of header ids to include / exclude or a size minimum /
6-
maximum.
6+
maximum sequence lengths.
77

88
Additionally, it can convert from fastq to fasta or visa-versa and
99
can change the length of the output sequence lines.
1010

11+
NOTE: pullseq prints to standard out, so you need to use redirection
12+
(>) to create outpus files.
13+
1114
Synopsis:
1215
# general extraction with a list of names
1316
pullseq --input=<input fasta/fastq file> --names=<fasta header ids file>

0 commit comments

Comments
 (0)