Mercurial > repos > greg > gene_family_phylogeny_builder
changeset 39:826fa1b43e96 draft
Uploaded
author | greg |
---|---|
date | Tue, 01 Aug 2017 10:38:22 -0400 |
parents | d818f553ce5a |
children | 67616a6037b3 |
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 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'