diff peptideGenomicCoordinate.xml @ 3:95d606bdfef7 draft

planemo upload
author pravs
date Sun, 17 Jun 2018 04:55:42 -0400
parents 1b61f7aafb61
children
line wrap: on
line diff
--- a/peptideGenomicCoordinate.xml	Tue Jun 12 13:07:36 2018 -0400
+++ b/peptideGenomicCoordinate.xml	Sun Jun 17 04:55:42 2018 -0400
@@ -6,11 +6,13 @@
     <command detect_errors="aggressive"><![CDATA[
         python '$__tool_directory__/peptideGenomicCoordinate.py' '$peptideinput' '$mzsqlite' '$mapping' '$peptide_bed'
     ]]></command>
+    
     <inputs>
         <param type="data" name="peptideinput" format="tabular" label="Peptide List (without any header line)"/>
         <param type="data" name="mzsqlite" format="sqlite" label="mz to sqlite (mzsqlite) file"/>
         <param type="data" name="mapping" format="sqlite" label="genomic mapping sqlite file"/>
     </inputs>
+    
     <outputs>
         <data format="bed" name="peptide_bed" label="${tool.name} on ${on_string}">
             <actions>
@@ -18,6 +20,7 @@
             </actions>
         </data>
     </outputs>
+    
     <tests>
         <test>
             <param name="peptide_input" value="peptides.tabular"/>