# HG changeset patch # User bgruening # Date 1386695598 18000 # Node ID c53a73b8eef9d2ecce9d100a02f260d84c775467 # Parent 1c5ed9126db68db23a05629f0f6eaec4d56228e8 Uploaded diff -r 1c5ed9126db6 -r c53a73b8eef9 bamCompare.xml --- a/bamCompare.xml Wed Dec 04 05:50:46 2013 -0500 +++ b/bamCompare.xml Tue Dec 10 12:13:18 2013 -0500 @@ -70,7 +70,7 @@ - - - + - diff -r 1c5ed9126db6 -r c53a73b8eef9 computeMatrix.xml --- a/computeMatrix.xml Wed Dec 04 05:50:46 2013 -0500 +++ b/computeMatrix.xml Tue Dec 10 12:13:18 2013 -0500 @@ -115,10 +115,11 @@ - - - + + + + @@ -128,15 +129,15 @@ - - - - - - - - - + + + + + + + + + @@ -182,17 +183,32 @@ - + - - (output['showOutputSettings'] == 'yes' and output['saveData'] == True) + + + (( + output['showOutputSettings'] == 'yes' and + output['saveData'] is True + )) + - - (output['showOutputSettings'] == 'yes' and output['saveMatrix'] == True) + + + (( + output['showOutputSettings'] == 'yes' and + output['saveMatrix'] is True + )) + - (output['showOutputSettings'] == 'yes' and output['saveSortedRegions'] == True) - + + (( + output['showOutputSettings'] == 'yes' and + output['saveSortedRegions'] is True + )) + +