# HG changeset patch # User greg # Date 1484062582 18000 # Node ID 035e8b85cdf777df1a3e8271e903f0967f825d86 # Parent 795745116516840c443f6ded37f1edefb7dd42e4 Uploaded diff -r 795745116516 -r 035e8b85cdf7 gene_family_classifier.xml --- a/gene_family_classifier.xml Tue Jan 10 10:33:47 2017 -0500 +++ b/gene_family_classifier.xml Tue Jan 10 10:36:22 2017 -0500 @@ -15,15 +15,18 @@ #if str($options_type.options_type_selector) == 'advanced': #set create_orthogroup_cond = $options_type.create_orthogroup_cond #set create_orthogroup = $create_orthogroup_cond.create_orthogroup + #if str($create_orthogroup) == 'yes': #set create_corresponding_coding_sequences_cond = $create_orthogroup_cond.create_corresponding_coding_sequences_cond #if str($create_corresponding_coding_sequences_cond.create_corresponding_coding_sequences) == 'yes': #set create_corresponding_coding_sequences = True #else: #set create_corresponding_coding_sequences = False + #end if #else: #set create_corresponding_coding_sequences = False #end if + #if str($create_orthogroup) == 'yes': #import os #set create_ortho_sequences = True