diff guppy_basecaller.xml @ 2:6af9afd405e9 draft

"planemo upload commit 0a63dd5f4d38a1f6944587f52a8cd79874177fc1"
author shellac
date Thu, 14 May 2020 14:56:58 -0400
parents 26e78fe6e8c4
children 758bc20232e8
line wrap: on
line diff
--- a/guppy_basecaller.xml	Sun May 03 08:04:01 2020 -0400
+++ b/guppy_basecaller.xml	Thu May 14 14:56:58 2020 -0400
@@ -12,9 +12,10 @@
         <param name="config" type="data" format="tar" label="Guppy basecall configuration model"/>
     </inputs>
     <outputs>
-        <data name="results" format="fastq">
+        <!--<data name="results" format="fastq">
             <discover_datasets directory="out" ext="fastq" pattern=".+\.fastq" visible="true"/>
-        </data>
+        </data>-->
+        <data format="fastq" name="output" label="Modified FASTQ"/>
     </outputs>
     <help><![CDATA[
         A wrapper for guppy basecaller. This expects two inputs: a fast5 file, and a configuration in the form of a tar file. 
@@ -27,4 +28,4 @@
 
         The result should be a fastq file.
     ]]></help>
-</tool>
\ No newline at end of file
+</tool>