changeset 25:c96924da37af draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 0437e9e56f0af2ccfb5f119b0f290109807ed9b0-dirty
author mvdbeek
date Fri, 15 Jun 2018 12:56:58 -0400
parents 2b4c4b610be6
children 6f98222928ee
files igv_make_screenshots.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/igv_make_screenshots.xml	Fri Jun 15 12:42:15 2018 -0400
+++ b/igv_make_screenshots.xml	Fri Jun 15 12:56:58 2018 -0400
@@ -44,7 +44,7 @@
 #end if
     ]]></command>
     <configfiles>
-        <configfile name="igv_session">#import re
+        <configfile name="igv_session">
 <![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <Session genome="genome.fa" hasGeneTrack="false" hasSequenceTrack="true" version="8">
     <Resources>
@@ -83,7 +83,7 @@
     <PanelLayout dividerFractions="0.004995836802664446,0.12905911740216486,0.2681099084096586,0.5512073272273106,0.8409658617818485"/>
 </Session>
         ]]></configfile>
-        <configfile name="igv_session_remote">#import re
+        <configfile name="igv_session_remote">
 <![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <Session genome="dm6" hasGeneTrack="true" hasSequenceTrack="true" version="8">
     <Resources>#for $i, $inputsection in enumerate($inputfiles):@DISPLAY_LINK@<Resource path="$display_link"/>#end for
@@ -110,7 +110,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)
-                @DISLPAY_LINK@
+                @DISPLAY_LINK@
                 <Track altColor="0,0,178" autoScale="false" clazz="org.broad.igv.track.FeatureTrack" color="0,0,178" displayMode="COLLAPSED" featureVisibilityWindow="-1" fontSize="10" id="$display_link" name="$label" renderer="BASIC_FEATURE" sortable="false" visible="true" windowFunction="count"/>
              #end if
         #end for