comparison samtools_reheader.xml @ 7:71db7f3a33b9 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:05:50 +0000
parents 747cd1b9ae98
children 4a1733940291
comparison
equal deleted inserted replaced
6:747cd1b9ae98 7:71db7f3a33b9
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