# HG changeset patch # User bgruening # Date 1387653966 18000 # Node ID ef65d6b68ccc75623f43b1e08e2d92313e4e5085 # Parent 16310f8b24d54af2b9916f6ad32805c6325eb672 Uploaded diff -r 16310f8b24d5 -r ef65d6b68ccc bamCompare.xml --- a/bamCompare.xml Mon Dec 16 15:13:08 2013 -0500 +++ b/bamCompare.xml Sat Dec 21 14:26:06 2013 -0500 @@ -38,30 +38,29 @@ #elif $comparison.normalization.type=='1x': --normalizeTo1x $comparison.normalization.normalizeTo1x #end if - - #if str($comparison.ignoreForNormalization).strip() != '': - --ignoreForNormalization $comparison.ignoreForNormalization - #end if - #end if #if $advancedOpt.showAdvancedOpt == "yes": - #if $advancedOpt.smoothLength: - --smoothLength '$advancedOpt.smoothLength' - #end if + #if $advancedOpt.smoothLength: + --smoothLength '$advancedOpt.smoothLength' + #end if - #if str($advancedOpt.region.value) != '': - --region '$advancedOpt.region' - #end if + #if str($advancedOpt.region.value) != '': + --region '$advancedOpt.region' + #end if - $advancedOpt.doNotExtendPairedEnds - $advancedOpt.ignoreDuplicates + $advancedOpt.doNotExtendPairedEnds + $advancedOpt.ignoreDuplicates - #if $advancedOpt.minMappingQuality: - --minMappingQuality '$advancedOpt.minMappingQuality' - #end if + #if $advancedOpt.minMappingQuality: + --minMappingQuality '$advancedOpt.minMappingQuality' + #end if - --missingDataAsZero $advancedOpt.missingDataAsZero + --missingDataAsZero $advancedOpt.missingDataAsZero + + #if str($advancedOpt.ignoreForNormalization).strip() != '': + --ignoreForNormalization $advancedOpt.ignoreForNormalization + #end if #end if @@ -128,9 +127,6 @@ help ="Sequencing depth is defined as the total number of mapped reads * fragment length / effective genome size. To use this option, the effective genome size has to be given. Common values are: mm9: 2150570000, hg19:2451960000, dm3:121400000 and ce10:93260000."/> - @@ -147,29 +143,34 @@ - + - + - + - + + + - + - + + diff -r 16310f8b24d5 -r ef65d6b68ccc bamCoverage.xml --- a/bamCoverage.xml Mon Dec 16 15:13:08 2013 -0500 +++ b/bamCoverage.xml Sat Dec 21 14:26:06 2013 -0500 @@ -26,10 +26,6 @@ --scaleFactor $scaling.scaleFactor #end if - ##if str($ignoreForNormalization).strip() != '': - ## --ignoreForNormalization $ignoreForNormalization - ##end if - #if $advancedOpt.showAdvancedOpt == "yes": #if $advancedOpt.smoothLength: --smoothLength '$advancedOpt.smoothLength' @@ -45,6 +41,10 @@ --minMappingQuality '$advancedOpt.minMappingQuality' #end if + ##if str($advancedOpt.ignoreForNormalization).strip() != '': + ## --ignoreForNormalization $advancedOpt.ignoreForNormalization + ##end if + #end if @@ -80,13 +80,6 @@ - - @@ -118,6 +111,11 @@ + + diff -r 16310f8b24d5 -r ef65d6b68ccc deepTools_macros.xml --- a/deepTools_macros.xml Mon Dec 16 15:13:08 2013 -0500 +++ b/deepTools_macros.xml Sat Dec 21 14:26:06 2013 -0500 @@ -43,7 +43,7 @@ samtools deepTools ucsc_tools - deepTools + deepTools ucsc_tools numpy pysam diff -r 16310f8b24d5 -r ef65d6b68ccc heatmapper.xml --- a/heatmapper.xml Mon Dec 16 15:13:08 2013 -0500 +++ b/heatmapper.xml Sat Dec 21 14:26:06 2013 -0500 @@ -80,9 +80,11 @@ $advancedOpt.onePlotPerGroup - #if $advancedOpt.clustering.clustering_options == 'kmeans': - #if int($advancedOpt.clustering.k_kmeans) > 0: - --kmeans $advancedOpt.clustering.k_kmeans + #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'yes': + #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans': + #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0: + --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans + #end if #end if #end if @@ -156,23 +158,41 @@ - + + + + + + - + - - - - + + + + - - + + + + + + + + + + + - + - - diff -r 16310f8b24d5 -r ef65d6b68ccc tool_dependencies.xml --- a/tool_dependencies.xml Mon Dec 16 15:13:08 2013 -0500 +++ b/tool_dependencies.xml Sat Dec 21 14:26:06 2013 -0500 @@ -57,7 +57,7 @@ The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility. - + git clone --recursive https://github.com/fidelram/deepTools.git @@ -79,7 +79,7 @@ - git reset --hard 74aac0843a956ca352e3e85087f20c8f158e2f7d + git reset --hard e5c75f3e967be0fa1d6dbcbb63a0f992e1cdcd61 $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&