Mercurial > repos > greg > plant_tribes_gene_family_integrator
changeset 1:274f9159ffab draft
Uploaded
author | greg |
---|---|
date | Tue, 01 Aug 2017 14:26:05 -0400 |
parents | fa38de0b1f1a |
children | a322e5e668a3 |
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 12:50:11 2017 -0400 +++ b/gene_family_integrator.xml Tue Aug 01 14:26:05 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: