comparison tabix.xml @ 28:2c0b9020b55d draft

Uploaded
author wrtz
date Fri, 15 Jan 2016 11:54:00 -0500
parents 8d9aa0763dc1
children
comparison
equal deleted inserted replaced
27:208559fbaee4 28:2c0b9020b55d
1 <tool id="tabix" name="Tabix" version="1.0.0"> 1 <tool id="tabix" name="Tabix" version="1.0.0">
2 <description>Index tab-delimited file</description> 2 <description>Index tab-delimited file</description>
3 <requirements>
4 <requirement type="package" version="0.2.6">tabix</requirement>
5 </requirements>
3 <command> 6 <command>
4 ln -s -f $input tabix_in.${input.ext} &amp;&amp; 7 ln -s -f $input tabix_in.${input.ext} &amp;&amp;
5 tabix -f 8 tabix -f
6 9
7 #if str( $filetype_cond.filetype ) == "gff": 10 #if str( $filetype_cond.filetype ) == "gff":