# HG changeset patch # User bgruening # Date 1470911281 14400 # Node ID 671b777fde9a8159d580384d812a1e2a6426f23c # Parent f0e27934f8e1eddf6bd85f55c365ee15d710b79c planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit cbb142cf0582948030f99621d5dd65ab80caa296 diff -r f0e27934f8e1 -r 671b777fde9a deepTools_macros.xml --- a/deepTools_macros.xml Fri May 13 17:06:56 2016 -0400 +++ b/deepTools_macros.xml Thu Aug 11 06:28:01 2016 -0400 @@ -30,6 +30,25 @@ #if $advancedOpt.samFlagExclude: --samFlagExclude $advancedOpt.samFlagExclude #end if + #if $advancedOpt.minFragmentLength: + --minFragmentLength $advancedOpt.minFragmentLength + #end if + #if $advancedOpt.maxFragmentLength: + --maxFragmentLength $advancedOpt.maxFragmentLength + #end if + + + + $advancedOpt.metagene + #if $advancedOpt.transcriptID: + --transcriptID $advancedOpt.transcriptID + #end if + #if $advancedOpt.exonID: + --exonID $advancedOpt.exonID + #end if + #if $advancedOpt.transcript_id_designator: + --transcript_id_designator $advancedOpt.transcript_id_designator + #end if @@ -59,9 +78,9 @@ - - @@ -159,14 +178,43 @@ help= "For example, to get only reads that map to the forward strand, use --samFlagExclude 16, where 16 is the SAM flag for reads that map to the reverse strand."/> + + + + + + + + + + + + + + - @@ -363,6 +411,47 @@ ]]> + + + + + + + + + + + + + + 0: + --BED #echo ' '.join($files)# + --regionLabels #echo ' '.join($labels)# + #end if +]]> + + @@ -404,7 +493,8 @@ - + @@ -439,7 +529,10 @@ - + @@ -454,6 +547,11 @@ + + + + @@ -497,7 +595,9 @@ - + diff -r f0e27934f8e1 -r 671b777fde9a plotHeatmap.xml --- a/plotHeatmap.xml Fri May 13 17:06:56 2016 -0400 +++ b/plotHeatmap.xml Thu Aug 11 06:28:01 2016 -0400 @@ -21,6 +21,10 @@ #if $outFileSortedRegions: --outFileSortedRegions "$outFileSortedRegions" #end if + + #if $output.dpi: + --dpi "$output.dpi" + #end if #else --plotFileFormat 'png' #end if @@ -42,12 +46,18 @@ --missingDataColor '$advancedOpt.missingDataColor' #end if - --colorMap '$advancedOpt.colorMap' + #if str($advancedOpt.colorMap).strip() != "": + --colorMap #echo " ".join(str($advancedOpt.colorMap).strip().split(","))# + #end if + --alpha '$advancedOpt.alpha' + #if str($advancedOpt.colorList).strip() != "": + --colorList $advancedOpt.colorList + #end if #if str($advancedOpt.zMin).strip() != "": --zMin $advancedOpt.zMin #end if - #if $advancedOpt.zMax: + #if str($advancedOpt.zMax).strip() != "": --zMax $advancedOpt.zMax #end if @@ -91,10 +101,12 @@ ]]> - + + @@ -125,11 +137,18 @@ Alternatively colors can be specified using the #rrggbb notation." /> + - - + +