Mercurial > repos > greg > gene_family_integrator
changeset 24:3e4215484c68 draft
Uploaded
author | greg |
---|---|
date | Tue, 01 Aug 2017 10:37:38 -0400 |
parents | 80996fca62c8 |
children | 47db4f99b31f |
files | gene_family_integrator.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gene_family_integrator.xml Thu Jun 08 10:01:41 2017 -0400 +++ b/gene_family_integrator.xml Tue Aug 01 10:37:38 2017 -0400 @@ -9,7 +9,7 @@ #set scaffold = $input_format_cond.scaffold #set method = $input_format_cond.method -python $__tool_directory__/gene_family_integrator.py +python '$__tool_directory__/gene_family_integrator.py' --scaffold '$scaffold.fields.path' --method $method #if str($input_format) == 'ptortho': @@ -20,7 +20,7 @@ ## str($input_format) == 'ptorthocs' --orthogroup_faa '$input_format_cond.input_ptorthocs.extra_files_path' #if str($input_format_cond.orthogroup_fna) == 'yes': - --orthogroup_fna 'true' + --orthogroup_fna true --output '$output_ptorthocs' --output_dir '$output_ptorthocs.files_path' #else: