Skip to content

Commit

Permalink
Merge pull request #301 from andrewjpage/iterative_cdhit_text
Browse files Browse the repository at this point in the history
update usage text for iterative CD-hit
  • Loading branch information
andrewjpage authored Jan 16, 2017
2 parents 4a5c3e4 + 2b58658 commit 96d1d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Bio-Roary
version = 3.7.0
version = 3.7.1
author = Andrew J. Page <[email protected]>
license = GPL_3
copyright_holder = Wellcome Trust Sanger Institute
Expand Down
6 changes: 4 additions & 2 deletions lib/Bio/Roary/CommandLine/IterativeCdhit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@ sub usage_text {

return <<USAGE;
Usage: iterative_cdhit [options]
Iteratively cluster a set of proteins with CD-hit, lower the threshold each time and extracting core genes (1 per isolate) to another file, and remove them from the input proteins file.
Iteratively cluster a FASTA file of proteins with CD-hit, lower the threshold each time and extracting core genes (1 per isolate) to another file, and remove them from the input proteins file.
Required arguments:
-m STR input FASTA file of protein sequences [_combined_files]
Options: -p INT number of threads [1]
-m STR output filename for combined proteins [_combined_files]
-n INT number of isolates [1]
-c STR cd-hit output filename [_clustered]
-f STR output filename for filtered sequences [_clustered_filtered.fa]
Expand Down

0 comments on commit 96d1d16

Please sign in to comment.