comparison iit_store.xml @ 5:14561eb803a5 draft

Uploaded v3.0.1b (still working on this prior to main Tool Shed release)
author peterjc
date Fri, 21 Oct 2016 10:55:40 -0400
parents 488e9d642566
children
comparison
equal deleted inserted replaced
4:a88571642c6e 5:14561eb803a5
2 <description>Create a map store for known genes or SNPs</description> 2 <description>Create a map store for known genes or SNPs</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="2013-05-09">gmap</requirement> 4 <requirement type="package" version="2013-05-09">gmap</requirement>
5 </requirements> 5 </requirements>
6 <version_command>iit_store --version</version_command> 6 <version_command>iit_store --version</version_command>
7 <command interpreter="command"> /bin/bash $shscript 2> $log </command> 7 <command detect_errors="exit_code" interpreter="bash"><![CDATA[
8 $shscript 2> $log
9 ]]></command>
8 <configfiles> 10 <configfiles>
9 <configfile name="shscript"> 11 <configfile name="shscript">
10 #!/bin/bash 12 #!/bin/bash
11 #set $catcmd = 'gzcat -f' 13 #set $catcmd = 'gzcat -f'
12 #set $catcmd = 'cat' 14 #set $catcmd = 'cat'