Repository 'bedtools'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bedtools

Changeset 30:db1841942d2b (2018-08-17)
Previous changeset 29:6bb3cd018203 (2018-07-24) Next changeset 31:e19bebe96cd2 (2018-11-20)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b67e138b17f7e8cb34f59bed0925f691ec9740f3
modified:
flankBed.xml
b
diff -r 6bb3cd018203 -r db1841942d2b flankBed.xml
--- a/flankBed.xml Tue Jul 24 11:49:55 2018 -0400
+++ b/flankBed.xml Fri Aug 17 05:42:39 2018 -0400
b
@@ -65,7 +65,11 @@
 
 .. class:: warningmark
 
-In order to prevent creating intervals that violate chromosome boundaries, bedtools flank requires a genome file defining the length of each chromosome or contig.
+In order to prevent creating intervals that violate chromosome boundaries, bedTools flank requires a bedTool genome file defining the length of each chromosome or contig. . This should be a two column tabular file with the chromosome name in the first column and the END coordinate of the chromosome in the second column.
+
+If you need this data for any genome that is at UCSC (http://genome.ucsc.edu), it can be extracted from the Table Browser with the "Get Data: UCSC Main" tool. Set "group" to "All Tables", "table" to "chromInfo", and "output format" to "all fields from selected table". 
+
+
 
 @REFERENCES@
 ]]>