# HG changeset patch
# User iracooke
# Date 1399275497 14400
# Node ID 3b058d96e8a727f7c651fb2f278bc37f39706a1d
# Parent f62545ff7fa0016d6cd8a3098c2d9c9ed917baa7
Added functional test
diff -r f62545ff7fa0 -r 3b058d96e8a7 peptide_shaker.xml
--- a/peptide_shaker.xml Sun May 04 03:20:54 2014 -0400
+++ b/peptide_shaker.xml Mon May 05 03:38:17 2014 -0400
@@ -158,7 +158,7 @@
######################
## PeptideShakerCLI ##
######################
- java -cp \$PEPTIDESHAKER_JAR_PATH eu.isas.peptideshaker.cmd.PeptideShakerCLI
+ java -Xmx${java_heapsize}m -cp \$PEPTIDESHAKER_JAR_PATH eu.isas.peptideshaker.cmd.PeptideShakerCLI
-temp_folder `pwd`
-experiment '${exp_str}'
-sample '${samp_str}'
@@ -300,6 +300,9 @@
+
+
@@ -596,8 +599,8 @@
-
-
+
+
@@ -684,6 +687,25 @@
'1' in outputs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
**What it does**