Mercurial > repos > iuc > bedtools
diff 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 |
line wrap: on
line diff
--- a/sortBed.xml Fri Apr 01 19:00:48 2022 +0000 +++ b/sortBed.xml Mon Feb 20 21:48:16 2023 +0000 @@ -1,4 +1,4 @@ -<tool id="bedtools_sortbed" name="bedtools SortBED" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> +<tool id="bedtools_sortbed" name="bedtools SortBED" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> <description>order the intervals</description> <macros> <import>macros.xml</import> @@ -25,7 +25,7 @@ <option value="-chrThenScoreA">chromosome, then by score (asc).</option> <option value="-chrThenScoreD">chromosome, then by score (desc).</option> </param> - <expand macro="input_conditional_genome_file" help="Sort according to the chromosomes declared in a genome file" /> + <expand macro="input_conditional_genome_file" optional="true" help="Sort according to the chromosomes declared in a genome file" /> </inputs> <outputs> <data name="output" format_source="input" metadata_source="input" label="SortBed on ${input.name}"/>