Mercurial > repos > greg > plant_tribes_assembly_post_processor
changeset 2:4b6192e96e30 draft
Uploaded
author | greg |
---|---|
date | Tue, 01 Aug 2017 14:24:40 -0400 |
parents | cc94680dbc43 |
children | 07ee186ba16e |
files | assembly_post_processor.xml |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/assembly_post_processor.xml Tue Jun 20 07:42:16 2017 -0400 +++ b/assembly_post_processor.xml Tue Aug 01 14:24:40 2017 -0400 @@ -5,7 +5,7 @@ </macros> <expand macro="requirements_assembly_post_processor" /> <command detect_errors="exit_code"><![CDATA[ -python $__tool_directory__/assembly_post_processor.py +python '$__tool_directory__/assembly_post_processor.py' --transcripts '$input' --prediction_method $prediction_method_cond.prediction_method #if str($prediction_method_cond.prediction_method) == 'estscan': @@ -15,17 +15,17 @@ #set target_gene_family_assembly_cond = $options_type.target_gene_family_assembly_cond #if str($target_gene_family_assembly_cond.target_gene_family_assembly) == 'yes': --gene_family_search '$target_gene_family_assembly_cond.orthogroups' - --output_pttgf $output_pttgf - --output_pttgf_dir $output_pttgf.files_path + --output_pttgf '$output_pttgf' + --output_pttgf_dir '$output_pttgf.files_path' --scaffold '$target_gene_family_assembly_cond.scaffold.fields.path' --method '$target_gene_family_assembly_cond.method' --gap_trimming $target_gene_family_assembly_cond.gap_trimming #end if #if str($options_type.strand_specific) == 'yes': - --strand_specific 'true' + --strand_specific true #end if #if str($options_type.dereplicate) == 'yes': - --dereplicate 'true' + --dereplicate true --output_cleaned_nr_cds '$output_cleaned_nr_cds' --output_cleaned_nr_pep '$output_cleaned_nr_pep' #end if