Mercurial > repos > bebatut > sortmerna
changeset 4:5d7ec21f6d4c draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/sortmerna/ commit 4d9df680f128bc18183ebba6f85fc24f11207571-dirty
author | bebatut |
---|---|
date | Wed, 28 Oct 2015 08:29:15 -0400 |
parents | 9c19086ae626 |
children | 064dbe9f9333 |
files | sortmerna.xml |
diffstat | 1 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/sortmerna.xml Wed Oct 28 08:23:45 2015 -0400 +++ b/sortmerna.xml Wed Oct 28 08:29:15 2015 -0400 @@ -51,17 +51,15 @@ #end if #if $sam.test: - --aligned $sam_alignment_file --sam $sam.sq_tag #end if #if $blast.test: - --aligned $blast_output_file --blast "$blast.format" #end if - $log.test + $log #if $report.type == 'best': #if $report.best.type == '0': @@ -146,9 +144,7 @@ </when> </conditional> - <conditional name="log"> - <param name='test' type='boolean' checked="true" truevalue='--log' falsevalue='' label="Conserve overall statistic output into a log file?" help=""/> - </conditional> + <param name='log' type='boolean' checked="true" truevalue='--log' falsevalue='' label="Conserve overall statistic output into a log file?" help=""/> <conditional name="report"> <param name="type" type="select" display="radio" label="Parameters for filtering and read mapping" help=""> @@ -223,7 +219,7 @@ </data> <data format="txt" name="output_log" metadata="input_sequence_file" from_work_dir="aligned.log"> - <filter>log.test</filter> + <filter>log</filter> </data> </outputs>