changeset 4:3fd13d0fd908 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit b4a17e013bd5153f4f6c0cbe03deb60ae3abb65a
author iracooke
date Wed, 03 Jun 2015 18:28:18 -0400
parents 8d6c1807c5a5
children cd5298908bc1
files README.rst repository_dependencies.xml searchgui.xml
diffstat 3 files changed, 29 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- 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 @@
 <?xml version="1.0"?>
 <repositories description="Required proteomics dependencies.">
-    <repository changeset_revision="6ab4a0bf67df" name="proteomics_datatypes" owner="iracooke" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    <repository changeset_revision="349af9298ff1" name="proteomics_datatypes" owner="iracooke" toolshed="https://testtoolshed.g2.bx.psu.edu" />
 </repositories>
--- 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 @@
         </conditional>          	
     </inputs>
     <outputs>
-        <data name="searchgui_results" format="searchgui_archive" from_work_dir="searchgui_out.zip" label="${tool.name} on ${on_string}" />
+        <data name="searchgui_results" format="searchgui_zip" from_work_dir="searchgui_out.zip" label="${tool.name} on ${on_string}" />
     </outputs>
     <tests>
         <test>