# HG changeset patch # User mvdbeek # Date 1499083541 14400 # Node ID 18e36ab5e669a399e3ead27733d195212f3f749b # Parent 8b80357d8ab126443f3a42ce32f518f516df9e7c planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 4824aeaa8107bd30ec786e8ca81779f053f0e736-dirty diff -r 8b80357d8ab1 -r 18e36ab5e669 igv_make_screenshots.xml --- a/igv_make_screenshots.xml Mon Jun 26 10:17:15 2017 -0400 +++ b/igv_make_screenshots.xml Mon Jul 03 08:05:41 2017 -0400 @@ -23,22 +23,24 @@ + #import os #for $inputsection in $inputfiles - #set $path="%s.%s" % ($inputsection.input.element_identifier, $inputsection.input.extension) - + #set $path=os.path.abspath("%s.%s" % ($inputsection.input.element_identifier, $inputsection.input.extension)) + #set $coverage_id="%s_coverage" % $path + #end for #for $inputsection in $inputfiles #if $inputsection.input.is_of_type('bam') - #set $label=$inputsection.label if not $inputsection.label == '' else $inputsection.input.element_identifier - #set $path="%s.%s" % ($inputsection.input.element_identifier, $inputsection.input.extension) + #set $label=str($inputsection.label) if str($inputsection.label) else str($inputsection.input.element_identifier) + #set $path=os.path.abspath("%s.%s" % ($inputsection.input.element_identifier, $inputsection.input.extension)) ## First track is the coverage - + ## Second track is the actual BAM alignment file - + @@ -51,9 +53,9 @@ #for $inputsection in $inputfiles #if not $inputsection.input.is_of_type('bam') - #set $label=$inputsection.label if not $inputsection.label == '' else $inputsection.input.element_identifier - #set $path="%s.%s" % ($inputsection.input.element_identifier, $inputsection.input.extension) - + #set $label=str($inputsection.label) if str($inputsection.label) else str($inputsection.input.element_identifier) + #set $path=os.path.abspath("%s.%s" % ($inputsection.input.element_identifier, $inputsection.input.extension)) + #end if #end for @@ -69,7 +71,9 @@ - + + + @@ -78,7 +82,7 @@ - + diff -r 8b80357d8ab1 -r 18e36ab5e669 test-data/rover_dont_split.bam.bai Binary file test-data/rover_dont_split.bam.bai has changed