# HG changeset patch # User greg # Date 1501598302 14400 # Node ID 826fa1b43e96691430d7ffbd1f14f8c9a17edc9e # Parent d818f553ce5add8ec5d994b2050d34e3e36e1438 Uploaded diff -r d818f553ce5a -r 826fa1b43e96 gene_family_phylogeny_builder.xml --- a/gene_family_phylogeny_builder.xml Thu Jun 08 10:13:26 2017 -0400 +++ b/gene_family_phylogeny_builder.xml Tue Aug 01 10:38:22 2017 -0400 @@ -16,30 +16,30 @@ #set bootstrap_replicates = $tree_inference_cond.bootstrap_replicates #end if -python $__tool_directory__/gene_family_phylogeny_builder.py +python '$__tool_directory__/gene_family_phylogeny_builder.py' #if str($input_format) == 'ptalign': --orthogroup_aln '$input_format_cond.input_ptalign.extra_files_path' - --alignment_type 'aln' - --sequence_type 'protein' + --alignment_type aln + --sequence_type protein #else if str($input_format) == 'ptalignca': --orthogroup_aln '$input_format_cond.input_ptalignca.extra_files_path' - --alignment_type 'aln' + --alignment_type aln --sequence_type $input_format_cond.sequence_type #else if str($input_format) == 'ptalignfiltered': --orthogroup_aln '$input_format_cond.input_ptalignfiltered.extra_files_path' - --alignment_type 'filter' - --sequence_type 'protein' + --alignment_type filter + --sequence_type protein #else if str($input_format) == 'ptalignfilteredca': --orthogroup_aln '$input_format_cond.input_ptalignfilteredca.extra_files_path' - --alignment_type 'filter' + --alignment_type filter --sequence_type $input_format_cond.sequence_type #else if str($input_format) == 'ptaligntrimmed': --orthogroup_aln '$input_format_cond.input_ptaligntrimmed.extra_files_path' - --alignment_type 'trim' - --sequence_type 'protein' + --alignment_type trim + --sequence_type protein #else if str($input_format) == 'ptaligntrimmedca': --orthogroup_aln '$input_format_cond.input_ptaligntrimmedca.extra_files_path' - --alignment_type 'trim' + --alignment_type trim --sequence_type $input_format_cond.sequence_type #end if --scaffold '$scaffold.fields.path'