Mercurial > repos > jowong > kwip
changeset 3:a234558c5a40 draft
planemo upload
author | jowong |
---|---|
date | Mon, 19 Nov 2018 07:41:39 -0500 |
parents | 80d123aa88b1 |
children | 58f8d940f2e7 |
files | kwip.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/kwip.xml Mon Nov 19 07:02:37 2018 -0500 +++ b/kwip.xml Mon Nov 19 07:41:39 2018 -0500 @@ -4,6 +4,7 @@ <requirement type="package" version="0.2.0">kwip</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ + #for $input in $inputs# cp $input "$input".ct.gz #end for# && kwip -t $advanced.thread -k kwip.kernel @@ -12,7 +13,7 @@ #if str( $advanced.calc ) == "True" -w $advanced.weight -C #end if - #for $input in $inputs# $input #end for# + #for $input in $inputs# "$input".ct.gz #end for# ]]></command> <inputs> <param name="inputs" format="data" type="data_collection" label="inputs" help="Specify dataset with hashed reads"/>