Mercurial > repos > sauria > hifive
changeset 11:cc95aa05f643 draft default tip
planemo upload for repository https://github.com/bxlab/galaxy_tools/tools/hifive commit 00f5bb3bc367ca8dfddc094b24463af613eaccc6-dirty
author | sauria |
---|---|
date | Fri, 01 Dec 2017 12:24:35 -0500 |
parents | 4a978cf8cf92 |
children | |
files | hifive.xml hifive_macros.xml |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- a/hifive_macros.xml Fri Feb 24 15:01:23 2017 -0500 +++ b/hifive_macros.xml Fri Dec 01 12:24:35 2017 -0500 @@ -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>