# HG changeset patch # User bgruening # Date 1387665026 18000 # Node ID 60788be7b3464b5c32b6efe38d1187a6dfaef4cf # Parent 1e5fcb1555de04f378d59fbf91f83b5eab8fc18d Uploaded diff -r 1e5fcb1555de -r 60788be7b346 bamCompare.xml --- a/bamCompare.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/bamCompare.xml Sat Dec 21 17:30:26 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 1e5fcb1555de -r 60788be7b346 bamCorrelate.xml --- a/bamCorrelate.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/bamCorrelate.xml Sat Dec 21 17:30:26 2013 -0500 @@ -24,7 +24,7 @@ --plotFile $outFileName - #if $outputOpt.showOutputOpt == "yes" + #if $output.showOutputSettings == "yes" --outRawCounts '$outFileRawCounts' --outFileCorMatrix '$outFileCorMatrix' --plotFileFormat $output.outFileFormat @@ -100,8 +100,8 @@ - - + + @@ -117,10 +117,20 @@ - (outputOpt['showOutputOpt'] == 'yes' and outputOpt['saveRawCounts'] == True) + + (( + output['showOutputSettings'] == 'yes' and + output['saveRawCounts'] is True + )) + - (outputOpt['showOutputOpt'] == 'yes' and outputOpt['saveCorMatrix'] == True) + + (( + output['showOutputSettings'] == 'yes' and + output['saveCorMatrix'] is True + )) + diff -r 1e5fcb1555de -r 60788be7b346 bamCoverage.xml --- a/bamCoverage.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/bamCoverage.xml Sat Dec 21 17:30:26 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 1e5fcb1555de -r 60788be7b346 bamFingerprint.xml --- a/bamFingerprint.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/bamFingerprint.xml Sat Dec 21 17:30:26 2013 -0500 @@ -6,12 +6,6 @@ deepTools_macros.xml - #import tempfile - #set $temp_dir = os.path.abspath(tempfile.mkdtemp()) - - #set files=[] - #set labels=[] - @multiple_input_bams@ bamFingerprint @@ -35,7 +29,6 @@ --plotFileFormat 'png' #end if - #if $advancedOpt.showAdvancedOpt == "yes": #if str($advancedOpt.region.value) != '': @@ -117,8 +110,8 @@ (( - outputOpt['showOutputOpt'] == 'yes' and - outputOpt['saveRawCounts'] is True + output['showOutputSettings'] == 'yes' and + output['saveRawCounts'] is True )) diff -r 1e5fcb1555de -r 60788be7b346 computeGCBias.xml --- a/computeGCBias.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/computeGCBias.xml Sat Dec 21 17:30:26 2013 -0500 @@ -83,8 +83,8 @@ - - + + diff -r 1e5fcb1555de -r 60788be7b346 deepTools_macros.xml --- a/deepTools_macros.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/deepTools_macros.xml Sat Dec 21 17:30:26 2013 -0500 @@ -43,7 +43,7 @@ samtools deepTools ucsc_tools - deepTools + deepTools ucsc_tools numpy pysam @@ -91,6 +91,10 @@ + #import tempfile + #set $temp_dir = os.path.abspath(tempfile.mkdtemp()) + #set files=[] + #set labels=[] #for $i in $input_files: #set $temp_input_handle = tempfile.NamedTemporaryFile( dir=$temp_dir ) #set $temp_input_path = $temp_input_handle.name diff -r 1e5fcb1555de -r 60788be7b346 heatmapper.xml --- a/heatmapper.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/heatmapper.xml Sat Dec 21 17:30:26 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 1e5fcb1555de -r 60788be7b346 tool_dependencies.xml --- a/tool_dependencies.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/tool_dependencies.xml Sat Dec 21 17:30:26 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 &&