Repository 'proteomics_datatypes'
hg clone https://toolshed.g2.bx.psu.edu/repos/iracooke/proteomics_datatypes

Changeset 3:463328a6967f (2013-03-04)
Previous changeset 2:f74290b136fc (2013-03-04) Next changeset 4:09b89b345de2 (2013-06-09)
Commit message:
Deleted selected files
removed:
pepxml_to_table.xml
b
diff -r f74290b136fc -r 463328a6967f pepxml_to_table.xml
--- a/pepxml_to_table.xml Mon Mar 04 18:34:32 2013 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,29 +0,0 @@
-<tool id="pepxml_to_table_1" name="PepXML to Table" version="1.0.0">
-
- <requirements>
-     <requirement type="package" version="1.1.9">galaxy_protk</requirement>
-   </requirements>
-
-
-
-  <description>Converts a pepXML file to a tab delimited text file</description>
-
-
-<!-- Note .. the input file is assumed to be the first argument -->
-<command>rvm 1.9.3@protk-1.1.9 do pepxml_to_table.rb $input_file -o $output</command>
-
-
-<inputs>
-
- <param name="input_file" type="data" format="pepxml,peptideprophet_pepxml,interprophet_pepxml"  multiple="false" label="Input File" help="A pepXML file"/>
-
-</inputs>
-<outputs>
- <data format="csv" name="output" metadata_source="input_file" label="${input_file.display_name}.csv" />
-</outputs>
-
-<help>
- Convert a pepXML file to Tab delimited text
-</help>
-
-</tool>