Repository 'hifive'
hg clone https://toolshed.g2.bx.psu.edu/repos/sauria/hifive

Changeset 11:cc95aa05f643 (2017-12-01)
Previous changeset 10:4a978cf8cf92 (2017-02-24)
Commit message:
planemo upload for repository https://github.com/bxlab/galaxy_tools/tools/hifive commit 00f5bb3bc367ca8dfddc094b24463af613eaccc6-dirty
modified:
hifive.xml
hifive_macros.xml
b
diff -r 4a978cf8cf92 -r cc95aa05f643 hifive.xml
--- a/hifive.xml Fri Feb 24 15:01:23 2017 -0500
+++ b/hifive.xml Fri Dec 01 12:24:35 2017 -0500
[
@@ -7,6 +7,10 @@
  <expand macro="requirements"/>
  <expand macro="stdio"/>
  <command><![CDATA[
+#if str( $command.command_select )== "hic-complete" or str( $command.command_select )== "hic-project" or str( $command.command_select )== "hic-normalize" or str( $command.command_select )== "hic-heatmap" or str( $command.command_select )== "hic-mrheatmap":
+    mpirun -np \${GALAXY_SLOTS:-4}
+#end if
+
 hifive
 
 $command.command_select
b
diff -r 4a978cf8cf92 -r cc95aa05f643 hifive_macros.xml
--- a/hifive_macros.xml Fri Feb 24 15:01:23 2017 -0500
+++ b/hifive_macros.xml Fri Dec 01 12:24:35 2017 -0500
b
@@ -2,7 +2,8 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type='package' version="1.3.1">hifive</requirement>
+            <requirement type='package' version="1.5.3">hifive</requirement>
+            <requirement type='package' version="2.0.0">mpi4py</requirement>
             <yield/>
         </requirements>
     </xml>