# HG changeset patch # User bgruening # Date 1410889565 14400 # Node ID 3a2aab18a217a98155aa6d24339993b7d23dc3d0 # Parent f7712a05744095264e762ca687a259ab202674bf Uploaded diff -r f7712a057440 -r 3a2aab18a217 bamCompare.xml --- a/bamCompare.xml Wed Apr 02 09:15:44 2014 -0400 +++ b/bamCompare.xml Tue Sep 16 13:46:05 2014 -0400 @@ -45,6 +45,8 @@ #end if #end if + #elif $comparison.type in ['ratio','log2']: + --pseudocount $comparison.pseudocount #end if #if str($region).strip() != '': @@ -117,8 +119,12 @@ - - + + + + + + @@ -166,9 +172,7 @@ label="Minimum mapping quality (e.g. BOWTIE2 measures)" help= "If set, only reads that have a mapping quality score higher than the given value are considered. *Note* Bowtie's Mapping quality is related to uniqueness: the higher the score, the more unique is a read. A mapping quality defined by Bowtie of 10 or less indicates that there is at least a 1 in 10 chance that the read truly originated elsewhere."/> - + + diff -r f7712a057440 -r 3a2aab18a217 bamCorrelate.xml --- a/bamCorrelate.xml Wed Apr 02 09:15:44 2014 -0400 +++ b/bamCorrelate.xml Tue Sep 16 13:46:05 2014 -0400 @@ -185,4 +185,5 @@ @REFERENCES@ + diff -r f7712a057440 -r 3a2aab18a217 bamCoverage.xml --- a/bamCoverage.xml Wed Apr 02 09:15:44 2014 -0400 +++ b/bamCoverage.xml Tue Sep 16 13:46:05 2014 -0400 @@ -47,6 +47,8 @@ --minMappingQuality '$advancedOpt.minMappingQuality' #end if + --missingDataAsZero $advancedOpt.missingDataAsZero + ##if str($advancedOpt.ignoreForNormalization).strip() != '': ## --ignoreForNormalization $advancedOpt.ignoreForNormalization ##end if @@ -114,6 +116,8 @@ label="Minimum mapping quality" help= "If set, only reads that have a mapping quality score higher than the given value are considered. *Note* Bowtie's Mapping quality is related to uniqueness: the higher the score, the more unique is a read. A mapping quality defined by Bowtie of 10 or less indicates that there is at least a 1 in 10 chance that the read truly originated elsewhere."/> + + - + - + - + - + - + - git reset --hard 09023018b96c23f922aa2ea553090e9df8ecf41e + git reset --hard 351890e3db9a443484c5c349791b7247163cc94f $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&