comparison bcftools_filter.xml @ 23:364f800a211a draft

Uploaded
author wrtz
date Fri, 15 Jan 2016 11:47:54 -0500
parents 4c0acb64c5fc
children
comparison
equal deleted inserted replaced
22:d48904783c1d 23:364f800a211a
1 <tool id="bcftools_filter" name="BCFtools filter" version="1.0.0"> 1 <tool id="bcftools_filter" name="BCFtools filter" version="1.0.0">
2 <description>Apply fixed-threshold filters</description> 2 <description>Apply fixed-threshold filters</description>
3 <requirements>
4 <requirement type="package" version="1.3">bcftools</requirement>
5 </requirements>
3 <command> 6 <command>
4 #if str( $input_file_index ) != "None": 7 #if str( $input_file_index ) != "None":
5 ln -s -f $input input_file.${input.ext} &amp;&amp; 8 ln -s -f $input input_file.${input.ext} &amp;&amp;
6 ln -s -f $input_file_index input_file.${input.ext}.tbi &amp;&amp; 9 ln -s -f $input_file_index input_file.${input.ext}.tbi &amp;&amp;
7 #end if 10 #end if