# HG changeset patch
# User iuc
# Date 1564404443 14400
# Node ID 9149ad20699a7f71edc6027456363a1f5d9a6341
# Parent 12749212f61b79fc3c0e8b5ab4a76a2156c2246f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_bedcov commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
diff -r 12749212f61b -r 9149ad20699a macros.xml
--- a/macros.xml Tue May 09 11:17:25 2017 -0400
+++ b/macros.xml Mon Jul 29 08:47:23 2019 -0400
@@ -1,11 +1,131 @@
- samtools
+ samtools
- 1.3.1
+ 1.9
+ #set $flags = sum(map(int, str($filter).split(',')))
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ^[^\s'\":]+(:\d+(-\d+){0,1}){0,1}$
+
+
+
+
+
+
+
+
+
@@ -49,21 +169,4 @@
-
------
-
-.. class:: warningmark
-
-**No options available? How to re-detect metadata**
-
-If you see a "No options available" within the "**Select references (chromosomes and contigs) you would like to restrict bam to**" drop down, you need to re-detect metadata for the dataset you are trying to process. To do this follow these steps:
-
-1. Click on the **pencil** icon adjacent to the dataset in the history
-2. A new menu will appear in the center pane of the interface
-3. Click **Datatype** tab
-4. Set **New Type** to **BAM**
-5. Click **Save**
-
-The medatada will be re-detected and you will be able to see the list of reference sequences in the "**Select references (chromosomes and contigs) you would like to restrict bam to**" drop-down.
-
diff -r 12749212f61b -r 9149ad20699a samtools_bedcov.xml
--- a/samtools_bedcov.xml Tue May 09 11:17:25 2017 -0400
+++ b/samtools_bedcov.xml Mon Jul 29 08:47:23 2019 -0400
@@ -1,4 +1,4 @@
-
+calculate read depth for a set of genomic intervalsmacros.xml
@@ -7,22 +7,24 @@
'${output}'
]]>
+
+
@@ -38,6 +40,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
**What it does**