# HG changeset patch
# User iracooke
# Date 1433370498 14400
# Node ID 3fd13d0fd9085044107dcd63b5ba37eed9721100
# Parent 8d6c1807c5a5ca2e745b3f2af796029a286ff6d9
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit b4a17e013bd5153f4f6c0cbe03deb60ae3abb65a
diff -r 8d6c1807c5a5 -r 3fd13d0fd908 README.rst
--- a/README.rst Wed Jun 03 17:44:48 2015 -0400
+++ b/README.rst Wed Jun 03 18:28:18 2015 -0400
@@ -14,8 +14,8 @@
Includes tool wrappers for SearchGUI and PeptideShaker. The SearchGUI tool takes any number of mgf files and performs searches on these. It creates a large zip archive with all search results, the original database and spectra. This can then be fed to the PeptideShaker tool which merges the results and performs peptide and protein inference.
-Configuration
--------------
+General Requirements
+--------------------
This tool requires a Java runtime 1.6 or greater to work. To avoid out of memory errors you should set the maximum heapspace for java processes as the default is most likely too small. For example, to set this in your shell:
@@ -27,7 +27,31 @@
It is also possible to set this on a per tool basis using advanced features of the galaxy job config system.
-Note:
+MSAmanda on linux
+-----------------
+
+Running MS Amanda on Linux requires that you have Mono installed. Mono 3.2.1 or newer is required and the libmono-system-core4.0-cil has to be installed. To check your Mono version run
+
+ mono -V
+
+ On ubuntu Mono can be installed as follows
+
+ sudo apt-get install mono-runtime
+ sudo apt-get install libmono-system-core4.0-cil
+
+ For more help on installing Mono please see http://www.mono-project.com/download.
+
+Myrimatch on linux
+------------------
+
+If you get the error "locale::facet::_S_create_c_locale name not valid", this can be fixed by running the command
+
+ export LC_ALL=C
+
+before running SearchGUI/MyriMatch. To make this fix permanent, put the export line in your .bash_profile (~/.bash_profile).
+
+Note
+----
- PeptideShaker may require xvfb to simulate an X environment if this is installed on a headless server.
diff -r 8d6c1807c5a5 -r 3fd13d0fd908 repository_dependencies.xml
--- a/repository_dependencies.xml Wed Jun 03 17:44:48 2015 -0400
+++ b/repository_dependencies.xml Wed Jun 03 18:28:18 2015 -0400
@@ -1,4 +1,4 @@
-
+
diff -r 8d6c1807c5a5 -r 3fd13d0fd908 searchgui.xml
--- a/searchgui.xml Wed Jun 03 17:44:48 2015 -0400
+++ b/searchgui.xml Wed Jun 03 18:28:18 2015 -0400
@@ -874,7 +874,7 @@
-
+