Skip to content
Snippets Groups Projects
Commit bc5bb3a5 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Project gene descriptions by default.

parent 53f5e060
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ GetOptions('conf=s' => \$conf, ...@@ -30,6 +30,7 @@ GetOptions('conf=s' => \$conf,
'no_database' => \$no_database, 'no_database' => \$no_database,
'help' => sub { usage(); exit(0); }); 'help' => sub { usage(); exit(0); });
$descriptions = 1;
if (!$conf) { if (!$conf) {
...@@ -584,10 +585,6 @@ sub usage { ...@@ -584,10 +585,6 @@ sub usage {
[--delete_go_terms] Delete projected GO terms. [--delete_go_terms] Delete projected GO terms.
[--descriptions] Project descriptions as well. Only works if -names is
specified. Descriptions appended to info_text field,
separated by |
[--print] Print details of projection only, don't store in database [--print] Print details of projection only, don't store in database
[--method] Type of homologs (default: TREE_HOMOLOGIES) [--method] Type of homologs (default: TREE_HOMOLOGIES)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment