Mercurial > repos > kpbioteam > minfi_getbeta
annotate minfi_getbeta.xml @ 2:7cdf1fc2e8f6 draft
planemo upload commit 8ed9468da3bbb72cfdab18cc854b31df2d79392a
| author | kpbioteam |
|---|---|
| date | Tue, 29 May 2018 11:08:14 -0400 |
| parents | 8bc3e950468b |
| children | 4953a5a6c006 |
| rev | line source |
|---|---|
| 0 | 1 <tool id="minfi_getbeta" name="minfi_getbeta" version="0.1.0"> |
| 2 <description>obtain Beta value matrix</description> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="1.24.0">bioconductor-minfi</requirement> | |
| 5 </requirements> | |
| 6 <command detect_errors="exit_code"><![CDATA[ | |
| 7 Rscript ${__tool_directory__}/minfi_getbeta.R "$input1" "$output1" | |
| 8 ]]></command> | |
| 9 <inputs> | |
|
1
8bc3e950468b
planemo upload commit 44d44bee0ad74081921d6c3e74a6231ed3e9c125
kpbioteam
parents:
0
diff
changeset
|
10 <param type="data" name="input1" format="rdata" label="MethylSet"/> |
| 0 | 11 </inputs> |
| 12 <outputs> | |
|
2
7cdf1fc2e8f6
planemo upload commit 8ed9468da3bbb72cfdab18cc854b31df2d79392a
kpbioteam
parents:
1
diff
changeset
|
13 <data name="output1" format="tabular" label="Beta Value Matrix"/> |
| 0 | 14 </outputs> |
| 15 <tests> | |
| 16 <test> | |
| 17 <param name="input1" value="RSet.rdata"/> | |
| 18 <output name="output1" file="getbeta.txt"/> | |
| 19 </test> | |
| 20 </tests> | |
| 21 <help><![CDATA[ | |
| 22 Tool return Beta value matrix in txt format | |
| 23 ]]></help> | |
| 24 <citations> | |
| 25 <citation type="doi">10.1093/bioinformatics/btu049</citation> | |
| 26 </citations> | |
|
1
8bc3e950468b
planemo upload commit 44d44bee0ad74081921d6c3e74a6231ed3e9c125
kpbioteam
parents:
0
diff
changeset
|
27 </tool> |
