# HG changeset patch # User yhoogstrate # Date 1402489274 14400 # Node ID 73429bd06e71dc80ca2c2982bd319b4398e09db1 Uploaded diff -r 000000000000 -r 73429bd06e71 samtools_view_header.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samtools_view_header.xml Wed Jun 11 08:21:14 2014 -0400 @@ -0,0 +1,48 @@ + + + Show only the header of a BAM or SAM file using samtools. + + ncurses + samtools + + + samtools + view + -H + #if $alignment.dataset.ext.lower() == "sam" + -S + #end if + $alignment > $header 2> stderr.txt ; + + cat stderr.txt + + + + + + + + + + + +**samtools view -H ** + +**Input formats** + +**Installation** + + +**License** + +* samtools: .... + +**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: +http://www.ctmm.nl/en/programmas/infrastructuren/traitprojecttranslationeleresearch + +More tools by the Translational Research IT (TraIT) project can be found in the following repository: +http://toolshed.dtls.nl/ + + \ No newline at end of file diff -r 000000000000 -r 73429bd06e71 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jun 11 08:21:14 2014 -0400 @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file