# HG changeset patch # User iuc # Date 1539532908 14400 # Node ID 88eedb4abea0833b37c8fbc60e15d48b88460aaa # Parent f57df915aa10334926dd8ddd2931bbbe45966486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/bam_to_sam commit b3426aed6615742d96dfb8f7346a9e0d4e391a99 diff -r f57df915aa10 -r 88eedb4abea0 macros.xml --- a/macros.xml Tue May 09 11:18:39 2017 -0400 +++ b/macros.xml Sun Oct 14 12:01:48 2018 -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. -