# HG changeset patch # User iuc # Date 1564339751 14400 # Node ID 6fc18540551243549c4ceac278e885837839a887 # Parent edbe9587b15d1c5301461b904f754af5c80d9b61 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty diff -r edbe9587b15d -r 6fc185405512 macros.xml --- a/macros.xml Mon Sep 03 13:09:45 2018 -0400 +++ b/macros.xml Sun Jul 28 14:49:11 2019 -0400 @@ -7,6 +7,23 @@ 1.9 #set $flags = sum(map(int, str($filter).split(','))) + + + + + + + @@ -40,6 +90,42 @@ + + + + + + + + + + + + + + + + ^[^\s'\":]+(:\d+(-\d+){0,1}){0,1}$ + + + + + + + + + @@ -83,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. -