# HG changeset patch # User greg # Date 1501611922 14400 # Node ID 2810338344a1d2e5ffb8e93a3df5e263f78a3c34 # Parent ab1f0bab96f3a0af4142808df1c5046ccab8d089 Uploaded diff -r ab1f0bab96f3 -r 2810338344a1 gene_family_aligner.xml --- a/gene_family_aligner.xml Tue Aug 01 14:25:14 2017 -0400 +++ b/gene_family_aligner.xml Tue Aug 01 14:25:22 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' +