comparison kwip.xml @ 10:1c03467f2267 draft

planemo upload
author jowong
date Thu, 22 Nov 2018 08:25:09 -0500
parents 9e7f04e98343
children a1dbbc803160
comparison
equal deleted inserted replaced
9:9e7f04e98343 10:1c03467f2267
1 <tool id="kwip" name="kwip" version="1.1.8"> 1 <tool id="kwip" name="kwip" version="1.1.9">
2 <description>Calculates k-mer weighted inner product, a de novo estimator of genetic similarity</description> 2 <description>Calculates k-mer weighted inner product, a de novo estimator of genetic similarity</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.2.0">kwip</requirement> 4 <requirement type="package" version="0.2.0">kwip</requirement>
5 </requirements> 5 </requirements>
6 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
7 #for $input in $inputs# cp $input $(basename "$input.element_identifier" .fastq).ct.gz && #end for# 7 kwip -h
8 kwip
9 -t $advanced.thread
10 -k kwip.kernel
11 -d kwip.dist
12 $advanced.unweighted
13 #for $input in $inputs# $(basename "$input.element_identifier" .fastq).ct.gz #end for#
14 ]]></command> 8 ]]></command>
15 <inputs> 9 <inputs>
16 <param name="inputs" format="data" type="data_collection" label="inputs" help="Specify dataset with hashed reads"/> 10 <param name="inputs" format="data" type="data_collection" label="inputs" help="Specify dataset with hashed reads"/>
17 <section name="advanced" title="Advanced options" expanded="false"> 11 <section name="advanced" title="Advanced options" expanded="false">
18 <param type="boolean" argument="--unweighted" label="Unweighted Inner Product" checked="false" truevalue="--unweighted" falsevalue="" help="Use the unweighted inner proudct kernel. (default: False)"/> 12 <param type="boolean" argument="--unweighted" label="Unweighted Inner Product" checked="false" truevalue="--unweighted" falsevalue="" help="Use the unweighted inner proudct kernel. (default: False)"/>