# HG changeset patch # User mvdbeek # Date 1501519519 14400 # Node ID 1f8609ae3941104a878d5ff862b26c0772c465f5 # Parent fd2d19ae2648c17eae94c82e69ade01ffa933016 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit be45e3b0dec4ca1e8611abb2d84dd995e6d53751-dirty diff -r fd2d19ae2648 -r 1f8609ae3941 igv_make_screenshots.xml --- a/igv_make_screenshots.xml Mon Jul 31 12:20:29 2017 -0400 +++ b/igv_make_screenshots.xml Mon Jul 31 12:45:19 2017 -0400 @@ -1,7 +1,4 @@ - - - - + xvfbwrapper igv @@ -16,7 +13,7 @@ samtools faidx genome.fa && sed -i.bak -e "s|\"genome.fa\"|\"\$PWD/genome.fa\"|g" '$igv_session' && #for $i, $inputsection in enumerate($inputfiles): - @PATH@ + #set $path="%s.%s.%s" % ($i, re.sub('[^\w\-_]', '_', $inputsection.input.element_identifier), $inputsection.input.extension) sed -i.bak -e "s|\"$path\"|\"\$PWD/$path\"|g" '$igv_session' && ln -fs '$inputsection.input' '$path' && #if $inputsection.input.is_of_type('bam') @@ -38,7 +35,7 @@ #for $i, $inputsection in enumerate($inputfiles): - @PATH@ + #set $path="%s.%s.%s" % ($i, re.sub('[^\w\-_]', '_', $inputsection.input.element_identifier), $inputsection.input.extension) #set $coverage_id="%s_coverage" % $path #end for @@ -46,7 +43,7 @@ #for $i, $inputsection in enumerate($inputfiles): #if $inputsection.input.is_of_type('bam') #set $label=str($inputsection.label) if str($inputsection.label) else str($inputsection.input.element_identifier) - @PATH + #set $path="%s.%s.%s" % ($i, re.sub('[^\w\-_]', '_', $inputsection.input.element_identifier), $inputsection.input.extension) ## First track is the coverage @@ -64,7 +61,7 @@ #for $i, $inputsection in enumerate($inputfiles): #if not $inputsection.input.is_of_type('bam') #set $label=str($inputsection.label) if str($inputsection.label) else str($inputsection.input.element_identifier) - @PATH@ + #set $path="%s.%s.%s" % ($i, re.sub('[^\w\-_]', '_', $inputsection.input.element_identifier), $inputsection.input.extension) #end if #end for