Repository 'ewastools'
hg clone https://toolshed.g2.bx.psu.edu/repos/kpbioteam/ewastools

Changeset 61:f9d718e40272 (2019-02-22)
Previous changeset 60:b0b694934751 (2019-02-22) Next changeset 62:81a9b843e05c (2019-04-04)
Commit message:
Uploaded
added:
macros.xml
b
diff -r b0b694934751 -r f9d718e40272 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Fri Feb 22 11:18:09 2019 -0500
b
@@ -0,0 +1,18 @@
+<macros>
+<token name="@VERSION@">1.26.2</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="3.5.1">r-base</requirement>
+            <requirement type="package" version="@VERSION@">bioconductor-minfi</requirement>
+            <requirement type="package" version="0.4.0">bioconductor-illuminahumanmethylation450kmanifest</requirement>
+            <requirement type="package" version="1.40.6">bioconductor-rtracklayer</requirement>
+            <yield />
+        </requirements>
+    </xml>
+    <token name="@MINFI_VERSION@">1.26.2</token>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1093/bioinformatics/btu049</citation>
+        </citations>
+    </xml>
+</macros>