Mercurial > repos > devteam > samtools_split
comparison samtools_split.xml @ 5:3570a794565c 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:07:39 +0000 |
| parents | 229681b8c662 |
| children | eda9f7aa1d54 |
comparison
equal
deleted
inserted
replaced
| 4:229681b8c662 | 5:3570a794565c |
|---|---|
| 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><