Mercurial > repos > iuc > bamtools_split_mapped
diff bamtools_split_mapped.xml @ 2:6dbef7ea2253 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_split commit 862f05b5053f55def8007194a702019418697cb5
author | iuc |
---|---|
date | Fri, 13 Jan 2023 12:18:06 +0000 |
parents | 2ed961caae0a |
children | fa7b5520ae53 |
line wrap: on
line diff
--- a/bamtools_split_mapped.xml Wed Jan 11 13:37:46 2023 +0000 +++ b/bamtools_split_mapped.xml Fri Jan 13 12:18:06 2023 +0000 @@ -1,5 +1,5 @@ -<tool id="bamtools_split_mapped" name="Split BAM by Mapped" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> - <description></description> +<tool id="bamtools_split_mapped" name="Split BAM by reads mapping status" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> + <description>into a mapped and an unmapped dataset</description> <macros> <import>macros.xml</import> </macros> @@ -34,12 +34,9 @@ ----- -.. class:: warningmark - - **How it works** -Splits the input BAM file into 2 output files named (MAPPED) and (UNMAPPED) containing mapped and unmapped reads, respectively. +Splits the input BAM file into 2 output files containing mapped and unmapped reads, respectively. -----