Repository 'ceas'
hg clone https://toolshed.g2.bx.psu.edu/repos/pjbriggs/ceas

Changeset 4:cd6a48ffd093 (2018-09-26)
Previous changeset 3:df54f8fcc7a7 (2018-02-28)
Commit message:
Uploaded version 1.0.2-4.
modified:
README.rst
ceas_wrapper.xml
test-data/ceas_out1.pdf
test-data/ceas_out2.pdf
test-data/ceas_out3.pdf
b
diff -r df54f8fcc7a7 -r cd6a48ffd093 README.rst
--- a/README.rst Wed Feb 28 10:22:32 2018 -0500
+++ b/README.rst Wed Sep 26 08:03:10 2018 -0400
b
@@ -67,6 +67,7 @@
 ========== ======================================================================
 Version    Changes
 ---------- ----------------------------------------------------------------------
+1.0.2-4    - Explicitly include R 3.5.0 as a dependency
 1.0.2-3    - Updated to fetch all dependencies from conda
 1.0.2-2    - Major updates to fix various bugs, add tests and enable ceasBW to
              be used without an existing chromosome sizes file.
b
diff -r df54f8fcc7a7 -r cd6a48ffd093 ceas_wrapper.xml
--- a/ceas_wrapper.xml Wed Feb 28 10:22:32 2018 -0500
+++ b/ceas_wrapper.xml Wed Sep 26 08:03:10 2018 -0400
[
@@ -1,8 +1,9 @@
-<tool id="ceas" name="CEAS" version="1.0.2-3">
+<tool id="ceas" name="CEAS" version="1.0.2-4">
   <description>Annotate intervals and scores with genome features</description>
   <requirements>
     <requirement type="package" version="1.0.2b1">cistrome-ceas</requirement>
     <requirement type="package" version="357">ucsc-fetchchromsizes</requirement>
+    <requirement type="package" version="3.5.0">R</requirement>
   </requirements>
   <version_command>ceas --version 2&gt;&amp;1 | tail -1</version_command>
   <command><![CDATA[
b
diff -r df54f8fcc7a7 -r cd6a48ffd093 test-data/ceas_out1.pdf
b
Binary file test-data/ceas_out1.pdf has changed
b
diff -r df54f8fcc7a7 -r cd6a48ffd093 test-data/ceas_out2.pdf
b
Binary file test-data/ceas_out2.pdf has changed
b
diff -r df54f8fcc7a7 -r cd6a48ffd093 test-data/ceas_out3.pdf
b
Binary file test-data/ceas_out3.pdf has changed