Mercurial > repos > devteam > samtools_sort
comparison samtools_sort.xml @ 11:797e773f1c3f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_sort commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
author | iuc |
---|---|
date | Sun, 28 Jul 2019 14:50:11 -0400 |
parents | c15c63771494 |
children | 0149126ce6af |
comparison
equal
deleted
inserted
replaced
10:c15c63771494 | 11:797e773f1c3f |
---|---|
1 <tool id="samtools_sort" name="Samtools sort" profile="18.01" version="2.0.3"> | 1 <tool id="samtools_sort" name="Samtools sort" version="2.0.2"> |
2 <description>order of storing aligned sequences</description> | 2 <description>order of storing aligned sequences</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"/> |
24 -T sorttmp | 24 -T sorttmp |
25 '${input1}' | 25 '${input1}' |
26 > '${output1}' | 26 > '${output1}' |
27 ]]></command> | 27 ]]></command> |
28 <inputs> | 28 <inputs> |
29 <param name="input1" type="data" format="sam,unsorted.bam,cram" label="BAM File" /> | 29 <param name="input1" type="data" format="sam,bam,cram" label="BAM File" /> |
30 <conditional name="prim_key_cond"> | 30 <conditional name="prim_key_cond"> |
31 <param name="prim_key_select" type="select" label="Primary sort key"> | 31 <param name="prim_key_select" type="select" label="Primary sort key"> |
32 <option value="">coordinate</option> | 32 <option value="">coordinate</option> |
33 <option value="-n">name (-n)</option> | 33 <option value="-n">name (-n)</option> |
34 <option value="-t">tag (-t)</option> | 34 <option value="-t">tag (-t)</option> |