comparison sortBed.xml @ 62:071c1c5d4bad draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 03a91f6c42c75dc36d09505c2e6a2236178e4695
author iuc
date Mon, 20 Feb 2023 21:48:16 +0000
parents 9f6bd4c9479f
children f6c88d2e9ae5
comparison
equal deleted inserted replaced
61:9f6bd4c9479f 62:071c1c5d4bad
1 <tool id="bedtools_sortbed" name="bedtools SortBED" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> 1 <tool id="bedtools_sortbed" name="bedtools SortBED" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@">
2 <description>order the intervals</description> 2 <description>order the intervals</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="bio_tools" /> 6 <expand macro="bio_tools" />
23 <option value="-chrThenSizeA">chromosome, then by feature size (asc).</option> 23 <option value="-chrThenSizeA">chromosome, then by feature size (asc).</option>
24 <option value="-chrThenSizeD">chromosome, then by feature size (desc).</option> 24 <option value="-chrThenSizeD">chromosome, then by feature size (desc).</option>
25 <option value="-chrThenScoreA">chromosome, then by score (asc).</option> 25 <option value="-chrThenScoreA">chromosome, then by score (asc).</option>
26 <option value="-chrThenScoreD">chromosome, then by score (desc).</option> 26 <option value="-chrThenScoreD">chromosome, then by score (desc).</option>
27 </param> 27 </param>
28 <expand macro="input_conditional_genome_file" help="Sort according to the chromosomes declared in a genome file" /> 28 <expand macro="input_conditional_genome_file" optional="true" help="Sort according to the chromosomes declared in a genome file" />
29 </inputs> 29 </inputs>
30 <outputs> 30 <outputs>
31 <data name="output" format_source="input" metadata_source="input" label="SortBed on ${input.name}"/> 31 <data name="output" format_source="input" metadata_source="input" label="SortBed on ${input.name}"/>
32 </outputs> 32 </outputs>
33 <tests> 33 <tests>