Mercurial > repos > devteam > bwa
changeset 15:22b497739c9c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc | 
|---|---|
| date | Tue, 31 Aug 2021 07:48:28 +0000 | 
| parents | 8a98cfb7ea55 | 
| children | 47c6967dc4e0 | 
| files | bwa-mem.xml bwa.xml | 
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/bwa-mem.xml Wed May 05 18:21:27 2021 +0000 +++ b/bwa-mem.xml Tue Aug 31 07:48:28 2021 +0000 @@ -1,6 +1,9 @@ <?xml version="1.0"?> <tool id="bwa_mem" name="Map with BWA-MEM" version="@VERSION@.2"> <description>- map medium and long reads (> 100 bp) against reference genome</description> + <xrefs> + <xref type="bio.tools">bwa</xref> + </xrefs> <macros> <import>read_group_macros.xml</import> <import>bwa_macros.xml</import>
--- a/bwa.xml Wed May 05 18:21:27 2021 +0000 +++ b/bwa.xml Tue Aug 31 07:48:28 2021 +0000 @@ -1,6 +1,9 @@ <?xml version="1.0"?> <tool id="bwa" name="Map with BWA" version="@VERSION@.4"> <description>- map short reads (< 100 bp) against reference genome</description> + <xrefs> + <xref type="bio.tools">bwa</xref> + </xrefs> <macros> <import>read_group_macros.xml</import> <import>bwa_macros.xml</import>
