Mercurial > repos > czlab > ctk
changeset 1:64429d5e9365 draft
Uploaded
author | czlab |
---|---|
date | Thu, 17 May 2018 21:32:28 -0400 |
parents | 14e7247c1fa0 |
children | 621da360a155 |
files | fastq2collapse.xml |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastq2collapse.xml Thu May 17 21:32:28 2018 -0400 @@ -0,0 +1,30 @@ +<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> +