changeset 1:0d9ce24ea038 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/customProDB commit 141369f97aa2804d2bbfd9ed620ea2a5574994c2-dirty
author galaxyp
date Thu, 14 Jan 2016 13:12:20 -0500
parents d01419542f62
children e6f488178a45
files customProDB.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/customProDB.xml	Thu Jan 14 13:00:56 2016 -0500
+++ b/customProDB.xml	Thu Jan 14 13:12:20 2016 -0500
@@ -1,5 +1,5 @@
 <tool id="custom_pro_db" name="CustomProDB" version="1.10.0">
-  <description>Generate protein FASTAs from exosome/transcriptome data</description>
+  <description>Generate protein FASTAs from exosome or transcriptome data</description>
   <stdio>
     <exit_code range="1:" level="fatal" description="Job Failed" />
   </stdio>
@@ -28,7 +28,7 @@
 
 2&gt;&amp;1</command>
   <inputs>
-    <param name="input" type="data" format="bam" help="A BAM file to translate to FASTA." label="Input PSMs">
+    <param name="input" type="data" format="bam" help="A BAM file to translate to FASTA." label="Input BAMs">
       <validator type="empty_field" message="This field is required."/>
     </param>
     <param name="vcfInput" type="data" format="vcf" help="A VCF file to create variant proteins based on individual variation." label="Input Variant Calls">
@@ -59,6 +59,6 @@
   <help>
 **Description**
 
-Generate protein FASTAs from exosome/transcriptome data (in the form of BAM files).
+Generate protein FASTAs from exosome or transcriptome data (in the form of BAM files).
 </help>
 </tool>
\ No newline at end of file