Mercurial > repos > greg > plant_tribes_gene_family_phylogeny_builder
changeset 1:f5ae6c86f75f draft
Uploaded
author | greg |
---|---|
date | Tue, 01 Aug 2017 14:26:25 -0400 |
parents | 7000422fbaff |
children | a0def395ad14 |
files | gene_family_phylogeny_builder.xml |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/gene_family_phylogeny_builder.xml Thu Jun 08 12:51:58 2017 -0400 +++ b/gene_family_phylogeny_builder.xml Tue Aug 01 14:26:25 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'