# HG changeset patch # User greg # Date 1486657763 18000 # Node ID dd22169524ee84a996b724133bf77db2e8f39c60 # Parent ffaedadf9c185896c1060d975bbaef427725bf5f Uploaded diff -r ffaedadf9c18 -r dd22169524ee gene_family_classifier.xml --- a/gene_family_classifier.xml Thu Feb 09 10:53:31 2017 -0500 +++ b/gene_family_classifier.xml Thu Feb 09 11:29:23 2017 -0500 @@ -41,10 +41,10 @@ #if str($create_corresponding_coding_sequences_cond.create_corresponding_coding_sequences) == 'yes': #set create_corresponding_coding_sequences = True - #set orthogroups_fasta_dest_dir = $output_ptcgfcs.extra_files_path + #set orthogroups_fasta_dest_dir = $output_ptorthocs.extra_files_path #else: #set create_corresponding_coding_sequences = False - #set orthogroups_fasta_dest_dir = $output_ptcgf.extra_files_path + #set orthogroups_fasta_dest_dir = $output_ptortho.extra_files_path #end if mkdir -p $orthogroups_fasta_dest_dir && #else: @@ -107,9 +107,9 @@ #if $create_ortho_sequences: #if $create_corresponding_coding_sequences: - && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptcgfcs + && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptorthocs #else: - && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptcgf + && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptortho #end if && mv $orthogroups_fasta_src_dir/* $orthogroups_fasta_dest_dir #end if @@ -227,14 +227,18 @@ save_hmmscan_log_cond['classifier'] in ['hmmscan', 'both'] and save_hmmscan_log_cond['save_hmmscan_log'] == 'yes' - + options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'yes' and options_type['create_orthogroup_cond']['create_corresponding_coding_sequences_cond']['create_corresponding_coding_sequences'] == 'no' - + options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'yes' and options_type['create_orthogroup_cond']['create_corresponding_coding_sequences_cond']['create_corresponding_coding_sequences'] == 'yes' - + options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'yes' and options_type['specify_single_copy_cond']['specify_single_copy'] == 'yes' + + + + options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'no' and options_type['specify_single_copy_cond']['specify_single_copy'] == 'yes'