Mercurial > repos > testtool > find_dmr
view findDMR/findDMR.xml @ 1:3c3eb51a6414 draft
Uploaded
author | testtool |
---|---|
date | Mon, 06 Feb 2017 06:29:55 -0500 |
parents | ca66a1487d4a |
children | f13c6d0d664a |
line wrap: on
line source
<tool id="DMR" name="findDMR" version="1.16.2"> <requirements> <tool_dependency> <package name="R" version="3.2.1"> <repository changeset_revision="d0bf97420fb5" name="package_r_3_2_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> </tool_dependency> </requirements> <stdio> <exit_code range="1:" /> </stdio> <command> Rscript $__tool_directory__/findDMR.R "$GSMTable" "$IlmnTable" "$gmTable" "$cutoff" "$clusterSize" "$DMR"</command> <inputs> <param optional="false" format="csv" name="GSMTable" type="data" value="" help="GSM ID and phenotype table." label="[required] GSMTable"> <validator type="empty_field" message="This field is required."/> </param> <param optional="false" format="csv" name="IlmnTable" type="data" value="" help="CG, CHR, BP table." label="[required] IlmnTable"> <validator type="empty_field" message="This field is required."/> </param> <param optional="false" format="csv" name="gmTable" type="data" value="" help="gmSet of data." label="[required] gmTable"> <validator type="empty_field" message="This field is required."/> </param> <param name="cutoff" type="float" value="" label="Enter cutoff size (number)" help="e.g. '0.2'" > </param> <param name="clusterSize" type="float" value="" label="Enter cluster size (number)" help="e.g. '2'" > </param> </inputs> <outputs> <data format="bed" name="DMR" label="DMR.bed"/> </outputs> <tests> <test> <param name="test"> <element name="test-data"> <collection type="data"> <element name="GSMTable" value="test-data/input.csv"/> <element name="IlmnTable" value="test-data/IlmnTable.csv"/> <element name="gmTable" value="test-data/gmTable.csv"/> <element name="cutoff" value="0.2"/> <element name="clusterSize" value="2"/> </collection> </element> </param> <output format="bed" name="DMR" label="test-data/DMR.bed"/> </test> </tests> <help> **Description** </help> <citations> DMR </citations> </tool>