Mercurial > repos > thanhlv > bbmap
diff filter_by_name.xml @ 5:5127e62d11fb draft default tip
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bbmap commit f832310ee25935e283f72f057790af7fad0d661b-dirty"
| author | thanhlv |
|---|---|
| date | Wed, 18 Mar 2020 21:24:20 +0000 |
| parents | e40d2adb0896 |
| children |
line wrap: on
line diff
--- a/filter_by_name.xml Thu Jan 02 17:17:56 2020 +0000 +++ b/filter_by_name.xml Wed Mar 18 21:24:20 2020 +0000 @@ -62,6 +62,9 @@ names=$source.name_list #end if include=$include + #if $q33 + qin=33 + #end if 2>&1 | tee > log.txt ]]> </command> <inputs> @@ -94,6 +97,7 @@ <param name="name_list" type="data" format="txt" label="Input ID list"/> </when> </conditional> + <param name="q33" type="boolean" truevalue="true" falsevalue="" checked="false" label="Q33?" /> <param name="include" type="boolean" truevalue="t" falsevalue="f" checked="true" label="Include the filtered names" /> </inputs> <outputs>
