Skip to content

Commit

Permalink
clarify use of stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
DerrickWood committed Mar 26, 2014
1 parent e5dd7dc commit 7ccf1ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,10 @@ To classify a set of sequences (reads), use the "kraken" command:

kraken --db $DBNAME seqs.fa

Output will be sent to standard output by default.
Output will be sent to standard output by default. The files
containing the sequences to be classified should be specified
on the command line. Sequences can also be provided through
standard input using the special filename "/dev/fd/0".

Note that to obtain optimum speeds, Kraken's database should be
loaded into RAM first. This can be done through use of a ramdisk,
Expand Down

0 comments on commit 7ccf1ed

Please sign in to comment.