Mercurial > repos > devteam > samtools_reheader
comparison samtools_reheader.xml @ 3:bb8cfc6f6e0c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_reheader commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
| author | iuc |
|---|---|
| date | Tue, 28 Sep 2021 16:16:11 +0000 |
| parents | 30388d878f81 |
| children | d7b4851d1971 |
comparison
equal
deleted
inserted
replaced
| 2:30388d878f81 | 3:bb8cfc6f6e0c |
|---|---|
| 1 <tool id="samtools_reheader" name="Reheader" version="2.0.1+galaxy1"> | 1 <tool id="samtools_reheader" name="Samtools reheader" version="2.0.2" profile="@PROFILE@"> |
| 2 <description>copy SAM/BAM header between datasets</description> | 2 <description>copy SAM/BAM header between datasets</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 41 | 41 |
| 42 Generates a new BAM dataset with the contents of *target* dataset, but the header of *source* dataset using the ``samtools reheader`` command. | 42 Generates a new BAM dataset with the contents of *target* dataset, but the header of *source* dataset using the ``samtools reheader`` command. |
| 43 </help> | 43 </help> |
| 44 <expand macro="citations"/> | 44 <expand macro="citations"/> |
| 45 </tool> | 45 </tool> |
| 46 |
