# HG changeset patch # User greg # Date 1501598166 14400 # Node ID bfac5c2309ca205e1e9cfd4116fc3134f776c16d # Parent 71ba5e9cf1dd40cf6e6f1615de74226c99b3d22a Uploaded diff -r 71ba5e9cf1dd -r bfac5c2309ca gene_family_aligner.xml --- a/gene_family_aligner.xml Tue Aug 01 10:36:00 2017 -0400 +++ b/gene_family_aligner.xml Tue Aug 01 10:36:06 2017 -0400 @@ -16,7 +16,7 @@ #set output_codon_alignments = True #end if -python $__tool_directory__/gene_family_aligner.py +python '$__tool_directory__/gene_family_aligner.py' --alignment_method $alignment_method #if str($alignment_method) == 'pasta': --pasta_script_path '$__tool_directory__/run_pasta.py' @@ -29,7 +29,7 @@ ## str($input_format) == 'ptorthocs' --orthogroup_faa '$input_format_cond.input_ptorthocs.extra_files_path' #if str($input_format_cond.codon_alignments) == 'yes': - --codon_alignments 'true' + --codon_alignments true #end if #end if #set remove_gappy_sequences = $remove_gappy_sequences_cond.remove_gappy_sequences @@ -40,7 +40,7 @@ --gap_trimming $trim_type_cond.gap_trimming #else: ## str($trim_type) == 'automated_trimming' - --automated_trimming 'true' + --automated_trimming true #end if #set remove_sequences_with_gaps_cond = $remove_gappy_sequences_cond.remove_sequences_with_gaps_cond #set remove_sequences_with_gaps = $remove_sequences_with_gaps_cond.remove_sequences_with_gaps @@ -76,6 +76,10 @@ --output_dir '$output_aln.files_path' #end if #end if +#set output_dataset_collection = $output_dataset_collection_cond.output_dataset_collection +#if str($output_dataset_collection) == 'yes': + --output_dataset_collection dataset_collection +#end if ]]> @@ -98,6 +102,14 @@ + + + + + + + + @@ -118,6 +130,10 @@ (input_format_cond['input_format'] == 'ptortho' or (input_format_cond['input_format'] == 'ptorthocs' and input_format_cond['codon_alignments'] == 'yes')) and (remove_gappy_sequences_cond['remove_gappy_sequences'] == 'yes' and remove_gappy_sequences_cond['remove_sequences_with_gaps_cond']['remove_sequences_with_gaps'] == 'no') + + + output_dataset_collection_cond['output_dataset_collection'] == 'yes' +