Mercurial > repos > sauria > hifive
comparison hifive.xml @ 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 | 0b5a01448cb5 |
children |
comparison
equal
deleted
inserted
replaced
10:4a978cf8cf92 | 11:cc95aa05f643 |
---|---|
5 <import>hifive_macros.xml</import> | 5 <import>hifive_macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
8 <expand macro="stdio"/> | 8 <expand macro="stdio"/> |
9 <command><![CDATA[ | 9 <command><![CDATA[ |
10 #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": | |
11 mpirun -np \${GALAXY_SLOTS:-4} | |
12 #end if | |
13 | |
10 hifive | 14 hifive |
11 | 15 |
12 $command.command_select | 16 $command.command_select |
13 | 17 |
14 #if str( $command.command_select ) == "hic-complete": | 18 #if str( $command.command_select ) == "hic-complete": |