Skip to content

Commit

Permalink
Update bedtools to 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 6, 2019
1 parent 8e19f8b commit 2962180
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tools/bedtools/annotateBed.xml
@@ -1,4 +1,4 @@
<tool id="bedtools_annotatebed" name="bedtools AnnotateBed" version="@TOOL_VERSION@+galaxy1">
<tool id="bedtools_annotatebed" name="bedtools AnnotateBed" version="@TOOL_VERSION@">
<description>annotate coverage of features from multiple files</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/bedtools/coverageBed.xml
@@ -1,4 +1,4 @@
<tool id="bedtools_coveragebed" name="bedtools Compute both the depth and breadth of coverage" version="@TOOL_VERSION@+galaxy1">
<tool id="bedtools_coveragebed" name="bedtools Compute both the depth and breadth of coverage" version="@TOOL_VERSION@">
<description>of features in file B on the features in file A (bedtools coverage)</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/bedtools/fisherBed.xml
@@ -1,4 +1,4 @@
<tool id="bedtools_fisher" name="bedtools FisherBed" version="@TOOL_VERSION@+galaxy1">
<tool id="bedtools_fisher" name="bedtools FisherBed" version="@TOOL_VERSION@">
<description>calculate Fisher statistic between two feature files</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/bedtools/intersectBed.xml
@@ -1,4 +1,4 @@
<tool id="bedtools_intersectbed" name="bedtools Intersect intervals" version="@TOOL_VERSION@+galaxy1">
<tool id="bedtools_intersectbed" name="bedtools Intersect intervals" version="@TOOL_VERSION@">
<description>find overlapping intervals in various ways</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/bedtools/jaccardBed.xml
@@ -1,4 +1,4 @@
<tool id="bedtools_jaccard" name="bedtools JaccardBed" version="@TOOL_VERSION@+galaxy1">
<tool id="bedtools_jaccard" name="bedtools JaccardBed" version="@TOOL_VERSION@">
<description>calculate the distribution of relative distances between two files</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/bedtools/macros.xml
Expand Up @@ -5,7 +5,7 @@
<yield/>
</requirements>
</xml>
<token name="@TOOL_VERSION@">2.27.1</token>
<token name="@TOOL_VERSION@">2.28.0</token>
<token name="@SAMTOOLS_VERSION@">1.9</token>
<token name="@STD_BEDTOOLS_INPUTS@">bed,bedgraph,gff,vcf</token>
<token name="@STD_BEDTOOLS_INPUT_LABEL@">BED/bedGraph/GFF/VCF</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/bedtools/multiIntersectBed.xml
@@ -1,4 +1,4 @@
<tool id="bedtools_multiintersectbed" name="bedtools Multiple Intersect" version="@TOOL_VERSION@+galaxy1">
<tool id="bedtools_multiintersectbed" name="bedtools Multiple Intersect" version="@TOOL_VERSION@">
<description>identifies common intervals among multiple interval files</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/bedtools/tagBed.xml
@@ -1,4 +1,4 @@
<tool id="bedtools_tagbed" name="bedtools TagBed" version="@TOOL_VERSION@+galaxy1">
<tool id="bedtools_tagbed" name="bedtools TagBed" version="@TOOL_VERSION@">
<description>tag BAM alignments based on overlaps with interval files</description>
<macros>
<import>macros.xml</import>
Expand Down

0 comments on commit 2962180

Please sign in to comment.