Mercurial > repos > devteam > samtools_split
comparison samtools_split.xml @ 3:5d9ae78f34d3 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
author | iuc |
---|---|
date | Tue, 28 Sep 2021 16:17:11 +0000 |
parents | 135c85f4cfaf |
children | bcedabb53ddf |
comparison
equal
deleted
inserted
replaced
2:135c85f4cfaf | 3:5d9ae78f34d3 |
---|---|
1 <tool id="samtools_split" name="Split" version="@TOOL_VERSION@"> | 1 <tool id="samtools_split" name="Samtools split" version="@TOOL_VERSION@" profile="@PROFILE@"> |
2 <description>BAM dataset on readgroups</description> | 2 <description>BAM dataset on readgroups</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"/> |
28 </outputs> | 28 </outputs> |
29 <tests> | 29 <tests> |
30 <test> | 30 <test> |
31 <param name="input_bam" value="phiX.bam" ftype="bam" /> | 31 <param name="input_bam" value="phiX.bam" ftype="bam" /> |
32 <output name="output"> | 32 <output name="output"> |
33 <discovered_dataset designation="Mouse" ftype="bam" file="phiX_Mouse.bam" /> | 33 <discovered_dataset designation="Mouse" ftype="bam" file="phiX_Mouse.bam" lines_diff="4" /> |
34 <discovered_dataset designation="Elephant" ftype="bam" file="phiX_Elephant.bam" /> | 34 <discovered_dataset designation="Elephant" ftype="bam" file="phiX_Elephant.bam" lines_diff="4" /> |
35 <discovered_dataset designation="Human" ftype="bam" file="phiX_Human.bam" /> | 35 <discovered_dataset designation="Human" ftype="bam" file="phiX_Human.bam" lines_diff="4" /> |
36 </output> | 36 </output> |
37 </test> | 37 </test> |
38 </tests> | 38 </tests> |
39 <help><![CDATA[ | 39 <help><![CDATA[ |
40 **What it does** | 40 **What it does** |