Mercurial > repos > iuc > bedtools
diff shuffleBed.xml @ 43:07e8b80f278c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit db0b91a784ca0c216345bc488d7d488babf1b53f"
author | iuc |
---|---|
date | Fri, 01 Apr 2022 19:02:51 +0000 |
parents | 7ab85ac5f64b |
children | 64e2edfe7a2c |
line wrap: on
line diff
--- a/shuffleBed.xml Wed Jan 12 19:22:14 2022 +0000 +++ b/shuffleBed.xml Fri Apr 01 19:02:51 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="bedtools_shufflebed" name="bedtools ShuffleBed" version="@TOOL_VERSION@" profile="@PROFILE@"> +<tool id="bedtools_shufflebed" name="bedtools ShuffleBed" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> <description>randomly redistrubute intervals in a genome</description> <macros> <import>macros.xml</import> @@ -8,7 +8,7 @@ <expand macro="stdio" /> <command><![CDATA[ bedtools shuffle --g @GENOME_FILE@ +@GENOME_FILE@ -i '$inputA' $bedpe #if str($seed.seed_choose) == "True":