# HG changeset patch # User bgruening # Date 1392159108 18000 # Node ID b82d4034e0f8c1b751a18bdb3cdf0c8dd07d9668 # Parent 1f484bf888ca79fe44c8f8ab2ac28b2f5cbb0986 Uploaded diff -r 1f484bf888ca -r b82d4034e0f8 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Feb 11 17:51:48 2014 -0500 @@ -0,0 +1,9 @@ +## What is it? +Galaxy datatype and display-application definitions for Proteomics data + +## Installation +Install into your local galaxy instance from the main galaxy toolshed at http://toolshed.g2.bx.psu.edu/ + +To visualize data you will need to install the protviz visualization web application. This is available at +[https://bitbucket.org/Andrew_Brock/proteomics-visualise](https://bitbucket.org/Andrew_Brock/proteomics-visualise) + diff -r 1f484bf888ca -r b82d4034e0f8 display_applications/proteomics/ProtGff.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/display_applications/proteomics/ProtGff.xml Tue Feb 11 17:51:48 2014 -0500 @@ -0,0 +1,18 @@ + + + + + + + ${site_url}/init_local?file=${encoded_filename.qp}&type=protgff + + + + #import binascii + ${binascii.hexlify( $protgff_file.file_name )} + + + ${BASE_URL.split(":")[1][2:]} + + + \ No newline at end of file diff -r 1f484bf888ca -r b82d4034e0f8 proteomics.py --- a/proteomics.py Fri Feb 07 09:21:34 2014 -0500 +++ b/proteomics.py Tue Feb 11 17:51:48 2014 -0500 @@ -6,6 +6,7 @@ import binascii from galaxy.datatypes.sniff import * +from galaxy.datatypes import data from galaxy.datatypes.data import Text from galaxy.datatypes.xml import GenericXml from galaxy.datatypes.binary import Binary diff -r 1f484bf888ca -r b82d4034e0f8 tool-data/proteogenomics_display_site.txt.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/proteogenomics_display_site.txt.sample Tue Feb 11 17:51:48 2014 -0500 @@ -0,0 +1,3 @@ +#Proteomic Visualization application should be hosted on the same server as galaxy +#Entries in this file are of the format "site_id" site_url +Proteogenomics Browser http://127.0.0.1:8600