Mercurial > repos > wrtz > bcftools
comparison bcftools_annotate.xml @ 22:d48904783c1d draft
Uploaded
| author | wrtz |
|---|---|
| date | Fri, 15 Jan 2016 11:47:43 -0500 |
| parents | e32ce96a0e30 |
| children |
comparison
equal
deleted
inserted
replaced
| 21:e7cd97e24810 | 22:d48904783c1d |
|---|---|
| 1 <tool id="bcftools_annotate" name="BCFtools annotate" version="1.0.0"> | 1 <tool id="bcftools_annotate" name="BCFtools annotate" version="1.0.0"> |
| 2 <description>Add or remove annotations</description> | 2 <description>Add or remove annotations</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} && | 8 ln -s -f $input input_file.${input.ext} && |
| 6 ln -s -f $input_file_index input_file.${input.ext}.tbi && | 9 ln -s -f $input_file_index input_file.${input.ext}.tbi && |
| 7 #end if | 10 #end if |
