changeset 4:2ffac03c08fe draft

Uploaded
author greg
date Tue, 20 Dec 2016 13:52:54 -0500
parents a54b3161504f
children 51a3b7680acb
files gene_family_classifier.xml
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gene_family_classifier.xml	Tue Dec 20 11:22:11 2016 -0500
+++ b/gene_family_classifier.xml	Tue Dec 20 13:52:54 2016 -0500
@@ -12,6 +12,10 @@
     </stdio>
     <command>
         <![CDATA[
+            #if str($options_type.create_orthogroup_cond.create_orthogroup) == 'yes':
+                #set orthogroups_fasta_dir = $options_type.create_orthogroup_cond.coding_sequences.extra_files_path
+                mkdir -p $orthogroups_fasta_dir
+            #end if
             GeneFamilyClassifier
             --proteins "$input"
             --scaffold "$scaffold"
@@ -30,6 +34,9 @@
             #end if
             --scaffold_dir "${GALAXY_DATA_INDEX_DIR}/plant_tribes/scaffolds"
             --num_threads \${GALAXY_SLOTS:-4}
+            #if str($options_type.create_orthogroup_cond.create_orthogroup) == 'yes':
+                && mv geneFamilyClassification_dir/orthogroups_fasta/* $orthogroups_fasta_dir
+            #end if
         ]]>
     </command>
     <inputs>