Mercurial > repos > yhoogstrate > samtools_view_header
diff samtools_view_header.xml @ 3:257f28d66de8 draft default tip
Uploaded
| author | yhoogstrate |
|---|---|
| date | Thu, 20 Nov 2014 03:55:28 -0500 |
| parents | 1a77794c72ed |
| children |
line wrap: on
line diff
--- a/samtools_view_header.xml Wed Jun 11 08:34:22 2014 -0400 +++ b/samtools_view_header.xml Thu Nov 20 03:55:28 2014 -0500 @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> -<tool id="samtools_view_header" name="Samtools view header"> +<tool id="samtools_view_header" name="Samtools view header" version="0.1.19.a"> <description>Show only the header of a BAM or SAM file using samtools.</description> <requirements> <requirement type="package" version="5.9">ncurses</requirement> <requirement type="package" version="0.1.19">samtools</requirement> </requirements> + + <version_command>samtools 2>&1 | grep -i "version:"</version_command> + <command> samtools view @@ -46,12 +49,22 @@ * samtools: MIT License -**Contact** +Contact +------- -The tool wrapper has been written by Youri Hoogstrate from the Erasmus Medical Center (Rotterdam, Netherlands) on behalf of the Translational Research IT (TraIT) project: +The tool wrapper has been written by Youri Hoogstrate from the Erasmus +Medical Center (Rotterdam, Netherlands) on behalf of the Translational +Research IT (TraIT) project: + http://www.ctmm.nl/en/programmas/infrastructuren/traitprojecttranslationeleresearch -More tools by the Translational Research IT (TraIT) project can be found in the following repository: +More tools by the Translational Research IT (TraIT) project can be found +in the following toolsheds: + http://toolshed.dtls.nl/ + +http://toolshed.g2.bx.psu.edu + +http://testtoolshed.g2.bx.psu.edu/ </help> </tool> \ No newline at end of file
