comparison minfi_getbeta.xml @ 75:9c6fbb7d5a2a draft

planemo upload for repository https://github.com/kpbioteam/ewas_galaxy commit 9ce5c86f66f4a0cb64a1b8f48a2a937268b62064-dirty
author kpbioteam
date Mon, 20 May 2019 07:14:26 -0400
parents 8833eedd24fb
children
comparison
equal deleted inserted replaced
74:53aaf097238c 75:9c6fbb7d5a2a
20 write.table(beta, file = '$matrix', quote = FALSE, sep = "\t") 20 write.table(beta, file = '$matrix', quote = FALSE, sep = "\t")
21 ]]> 21 ]]>
22 </configfile> 22 </configfile>
23 </configfiles> 23 </configfiles>
24 <inputs> 24 <inputs>
25 <param type="data" name="mset" format="rdata" label="MethylSet" help="This class holds preprocessed data for Illumina methylation microarrays, mapped to a genomic 25 <param type="data" name="mset" format="rdata" label="MethylSet"
26 location."/> 26 help="This class holds preprocessed data for Illumina methylation microarrays, mapped to a genomic location."/>
27 </inputs> 27 </inputs>
28 <outputs> 28 <outputs>
29 <data name="matrix" format="bedgraph" label="Beta Values Matrix"/> 29 <data name="matrix" format="bedgraph" label="Beta Values Matrix"/>
30 </outputs> 30 </outputs>
31 <tests> 31 <tests>