changeset 1:e9a45e722066 draft default tip

planemo upload for repository https://github.com/kpbioteam/minfi_getm commit 9014fc50bc3c0eacddbc719fabf610db0dafe12a
author kpbioteam
date Wed, 30 May 2018 11:34:30 -0400
parents e717ba37cdbd
children
files README.md minfi_getM.xml test.Rmd
diffstat 3 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Wed May 30 11:34:30 2018 -0400
@@ -0,0 +1,1 @@
+# Tool return the Fisher information corresponding to a model and a design
--- a/minfi_getM.xml	Mon Feb 05 09:30:08 2018 -0500
+++ b/minfi_getM.xml	Wed May 30 11:34:30 2018 -0400
@@ -7,10 +7,10 @@
         Rscript  ${__tool_directory__}/minfi_getM.R  "$input1" "$output1"
     ]]></command>
     <inputs>
-        <param type="data" name="input1" format="rdata" />
+        <param type="data" name="input1" format="rdata" label="MethylSet"/>
     </inputs>
     <outputs>
-        <data name="output1" format="txt" />
+        <data name="output1" format="txt" label="M Value Matrix"/>
     </outputs>
     <tests>
         <test>
@@ -24,4 +24,4 @@
     <citations>
         <citation type="doi">10.1093/bioinformatics/btu049</citation>
     </citations>
-</tool>
\ No newline at end of file
+</tool>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.Rmd	Wed May 30 11:34:30 2018 -0400
@@ -0,0 +1,6 @@
+---
+title: "An example Knitr/R Markdown document"
+author: "Kpbioteam"
+date: "23 Feb 2018"
+output: html_document
+---