Skip to content

Commit

Permalink
Fixed Marker_build and added an option -remove_dup to remove duplicat…
Browse files Browse the repository at this point in the history
…e taxons
  • Loading branch information
gjospin committed May 17, 2012
1 parent ee48c87 commit 00a37d5
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 148 deletions.
3 changes: 2 additions & 1 deletion bin/phylosift
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ GetOptions(
"coverage=s" => \$ps->{"coverage"}, #provides a contig/scaffold coverage file "coverage=s" => \$ps->{"coverage"}, #provides a contig/scaffold coverage file
"updated_markers=i" => \$ps->{"updated"}, #Indicates if Phylosift uses the updated versions of the Markers. "updated_markers=i" => \$ps->{"updated"}, #Indicates if Phylosift uses the updated versions of the Markers.
"marker_url=s" => \$ps->{"marker_url"}, # an alternate address to retrieve markers from "marker_url=s" => \$ps->{"marker_url"}, # an alternate address to retrieve markers from
"extended" => \$ps->{"extended"}, #Should the full extended set of markers be used? "extended" => \$ps->{"extended"}, #Should the full extended set of markers be used?
"config=s" => \$ps->{"configuration"}, #custom config file "config=s" => \$ps->{"configuration"}, #custom config file
"remove_dup" => \$ps->{"remove_dup"}, #removes duplicate taxons when using build_marker
"h" => \$help, #prints the usage part of the README file "h" => \$help, #prints the usage part of the README file
"help" => \$help, #same as -h "help" => \$help, #same as -h
"debug" => \$my_debug, #print debugging messages? "debug" => \$my_debug, #print debugging messages?
Expand Down
Loading

0 comments on commit 00a37d5

Please sign in to comment.