comparison gmap_build.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>a database genome index for GMAP and GSNAP</description> 2 <description>a database genome index for GMAP and GSNAP</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>gmap --version</version_command> 6 <version_command>gmap --version</version_command>
7 <command interpreter="command"> /bin/bash $shscript > $output </command> 7 <command detect_errors="exit_code"><![CDATA[
8 /bin/bash $shscript > $output
9 ]]></command>
8 <configfiles> 10 <configfiles>
9 <configfile name="shscript"> 11 <configfile name="shscript">
10 #!/bin/bash 12 #!/bin/bash
11 #set $ds = chr(36) 13 #set $ds = chr(36)
12 #set $gt = chr(62) 14 #set $gt = chr(62)
181 <option value="13">13 (256MB RAM)</option> 183 <option value="13">13 (256MB RAM)</option>
182 <option value="14">14 (1GB RAM)</option> 184 <option value="14">14 (1GB RAM)</option>
183 <option value="15" selected="true">15 (4GB RAM)</option> 185 <option value="15" selected="true">15 (4GB RAM)</option>
184 </param> 186 </param>
185 </inputs> 187 </inputs>
186 <stdio>
187 <exit_code range="1" level="fatal" description="Error running gmap_build" />
188 </stdio>
189 <outputs> 188 <outputs>
190 <!-- 189 <!--
191 <data format="txt" name="log" label="${tool.name} on ${on_string}: log"/> 190 <data format="txt" name="log" label="${tool.name} on ${on_string}: log"/>
192 --> 191 -->
193 <data format="gmapdb" name="output" label="${tool.name} on ${on_string} gmapdb ${refname}" /> 192 <data format="gmapdb" name="output" label="${tool.name} on ${on_string} gmapdb ${refname}" />