changeset 1:b2469e2b37be draft

Uploaded
author jfb
date Thu, 25 Oct 2018 15:44:31 -0400
parents 18232eedb89c
children 0c6cffd4393f
files blosum4galaxy/Blosum.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/blosum4galaxy/Blosum.xml	Thu Oct 25 15:35:38 2018 -0400
+++ b/blosum4galaxy/Blosum.xml	Thu Oct 25 15:44:31 2018 -0400
@@ -1,5 +1,5 @@
 <tool id="blosum" name="Blosum" version="0.6.0">
-    <description>Scores for peptide alignment by sequence</description>
+    <description>Scores peptides for their terbium binding capability</description>
     <requirements>
        <requirement type="package">openjdk</requirement>
     </requirements>
@@ -7,10 +7,10 @@
         java -Djava.awt.headless=true -jar '$__tool_directory__/blosum2.jar'
     ]]></command>
     <inputs>
-        <param format="csv" name="input.csv" type="data" label="Peptide Sequences"/>
+        <param format="csv" name="INPUT.csv" type="data" label="Peptide Sequences"/>
     </inputs>      
     <outputs>
-        <data format="csv" name="output.csv" from_work_dir="output.csv" label="peptides with scores.csv"/>
+        <data format="csv" name="output.csv" from_work_dir="BlosumOutput.csv" label="peptides with scores.csv"/>
     </outputs>
     <tests>
         <test>