Input can now be stdin
This commit is contained in:
@ -46,12 +46,12 @@ Sumaclust clusters sequences using the same clustering algorithm as UCLUST and C
|
||||
|
||||
#### Input
|
||||
|
||||
Input file must be in FASTA format.
|
||||
The input can be either the standard input (stdin), or a file in FASTA format.
|
||||
|
||||
#### Usage
|
||||
|
||||
```
|
||||
sumaclust [-l|L|a|n|r|d|e|o|g|f] [-t threshold_value] [-s sorting_key] [-R maximum_ratio] [-p number_of_threads] [-B file_name_for_BIOM-formatted_output] [-O file_name_for_OTU_table-formatted_output] [-F file_name_for_FASTA-formatted_output] dataset
|
||||
sumaclust [-l|L|a|n|r|d|e|o|g|f] [-t threshold_value] [-s sorting_key] [-R maximum_ratio] [-p number_of_threads] [-B file_name_for_BIOM-formatted_output] [-O file_name_for_OTU_table-formatted_output] [-F file_name_for_FASTA-formatted_output] [dataset]
|
||||
```
|
||||
|
||||
Argument: the sequence dataset to cluster.
|
||||
|
Reference in New Issue
Block a user