# HG changeset patch # User greg # Date 1487175384 18000 # Node ID 8342ceb01855a3606d9c91bd34c1a30a2fc8621d # Parent 062883e3392ceac3be3cc19c91c1080b656640b2 Uploaded diff -r 062883e3392c -r 8342ceb01855 gene_family_classifier.xml --- a/gene_family_classifier.xml Mon Feb 13 09:11:32 2017 -0500 +++ b/gene_family_classifier.xml Wed Feb 15 11:16:24 2017 -0500 @@ -51,7 +51,6 @@ #if str($specify_single_copy) == 'yes': #set single_copy_orthogroup = True #set single_copy_cond = $specify_single_copy_cond.single_copy_cond - ## FixMe: the single_copy_custom option is not currently supported. #set single_copy = $single_copy_cond.single_copy #if $create_ortho_sequences: #set single_copy_fasta_src_dir = $os.path.join('geneFamilyClassification_dir', 'single_copy_fasta') @@ -73,6 +72,7 @@ --scaffold '$scaffold.fields.path' --method $method --classifier $save_hmmscan_log_cond.classifier + --config_dir '$scaffold.fields.config_path' --num_threads \${GALAXY_SLOTS:-4} #if str($options_type.options_type_selector) == 'advanced': @@ -80,8 +80,12 @@ --super_orthogroups $super_orthogroups #end if #if $single_copy_orthogroup: - --single_copy_taxa $single_copy_cond.single_copy_taxa - --taxa_present $single_copy_cond.taxa_present + #if str($single_copy) == 'custom': + --single_copy_custom + #else: + --single_copy_taxa $single_copy_cond.single_copy_taxa + --taxa_present $single_copy_cond.taxa_present + #end if #end if #if str($create_orthogroup) == 'yes': --orthogroup_fasta @@ -180,16 +184,10 @@ - + - +