diff fastq2collapse.xml @ 3:f3128f4ffe34 draft default tip

Deleted selected files
author czlab
date Thu, 17 May 2018 22:39:45 -0400
parents 621da360a155
children
line wrap: on
line diff
--- a/fastq2collapse.xml	Thu May 17 21:33:10 2018 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<tool id="fastq2collapse" name="Collapse exact PCR duplicates">
-	<description>in FASTQ</description>
-	<!--<command interpreter="perl">-->
-	<command>
-		fastq2collapse.pl -v  $input $output
-	</command>
-	<inputs>
-		<param type="data" format="fastq" name="input" label="Input FASTQ file (.gz file accepted)"/>
-	</inputs>
-
-	<outputs>
-		<data name="output" format="fastq" label="Collapse exact PCR duplicates on ${on_string}" />
-	</outputs>
-
-	<help>
-
-.. class:: infomark
-
-**What this tool does**
-
-This tool collapses exact duplicate sequences.
-
-It takes as input files in FASTQ format of filtered and trimmed reads and output files in FASTQ format in which exact PCR duplicates have been collapsed.
-
-
-
-
-	</help>
-</tool>
-