1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/d6aa5ad56d2b/
changeset: r5480:d6aa5ad56d2b
user: fubar
date: 2011-04-29 03:14:46
summary: typo in selected for gcbias. Still broken on test - no idea why - wonder if it's an old version of picard?
affected #: 1 file (16 bytes)
--- a/tools/picard/rgPicardGCBiasMetrics.xml Thu Apr 28 19:57:32 2011 -0400
+++ b/tools/picard/rgPicardGCBiasMetrics.xml Thu Apr 28 21:14:46 2011 -0400
@@ -44,7 +44,7 @@
<option value="1G">1GB: very small data</option><option value="2G" selected="true">2GB</option><option value="4G">4GB will work for small sized datasets </option>
- <option value="8G" selected="true" >8GB - should generally work...</option>
+ <option value="8G" >8GB - should generally work...</option><option value="16G">16GB - try this if 8GB fails</option></param>
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/8f1cabffa8f8/
changeset: r5479:8f1cabffa8f8
user: fubar
date: 2011-04-29 01:57:32
summary: gcbias still failing - try 2GB of java heap...
affected #: 1 file (25 bytes)
--- a/tools/picard/rgPicardGCBiasMetrics.xml Thu Apr 28 19:30:48 2011 -0400
+++ b/tools/picard/rgPicardGCBiasMetrics.xml Thu Apr 28 19:57:32 2011 -0400
@@ -41,10 +41,11 @@
help="For summary metrics, exclude GC windows that include less than this fraction of the genome. Default value: 1.0E-5." /><param name="maxheap" type="select" help="If in doubt, choose 8G and read Picard documentation please"
label="Java heap size. Java is a pig, the art is long but memory is short">
+ <option value="1G">1GB: very small data</option>
+ <option value="2G" selected="true">2GB</option><option value="4G">4GB will work for small sized datasets </option><option value="8G" selected="true" >8GB - should generally work...</option><option value="16G">16GB - try this if 8GB fails</option>
- <option value="32G">32GB - please use only if absolutely necessary</option></param></inputs>
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/9c63ae1f7cef/
changeset: r5468:9c63ae1f7cef
user: fubar
date: 2011-04-28 17:10:41
summary: clean up of accidentally added test detritus
affected #: 1 file (0 bytes)
Diff too large to display.
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.