changeset 14:595088cc480a draft

Uploaded
author greg
date Wed, 04 Jan 2017 14:30:12 -0500
parents cddbb2f13c28
children 9d4ec1102803
files gene_family_classifier.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gene_family_classifier.xml	Wed Jan 04 14:14:27 2017 -0500
+++ b/gene_family_classifier.xml	Wed Jan 04 14:30:12 2017 -0500
@@ -43,11 +43,10 @@
                 #if str($save_hmmscan_log_cond.save_hmmscan_log) == 'yes':
                     && mv $src_dir/hmmscan.log $hmmscan_log
                 #else:
-                    # Eliminate the hmmscan.log file
                     && rm $src_dir/hmmscan.log
                 #end if
             #end if
-            #if create_ortho_sequences:
+            #if $create_ortho_sequences:
                 && echo "Sequences classified into pre-computed orthologous plant gene family clusters: `ls $src_dir | wc -l` files" > $output
                 && mv $src_dir/* $dest_dir
             #end if