Mercurial > repos > devteam > cd_hit_dup
annotate cd_hit_dup.xml @ 1:c8b83c5494db draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author | devteam |
---|---|
date | Fri, 18 Dec 2015 18:52:07 -0500 |
parents | c45a263664fd |
children |
rev | line source |
---|---|
0
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
1 <tool id="cd_hit_dup" name="cd-hit-dup" version="0.0.1"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
2 <description> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
3 remove duplicates and detect chimaeras in sequencing reads |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
4 </description> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
5 <requirements> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
6 <requirement type="package" version="0.5-2012-03-07-fix-dan-gh-0.0.1">cd-hit-auxtools</requirement> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
7 </requirements> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
8 <stdio> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
9 <exit_code range="1:" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
10 <exit_code range=":-1" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
11 </stdio> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
12 |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
13 <command><![CDATA[ |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
14 cd-hit-dup |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
15 -i "${ fastq_input.fastq_input1 }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
16 #if str( $fastq_input.fastq_input_selector ) == "paired": |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
17 -i2 "${ fastq_input.fastq_input2 }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
18 #elif str( $fastq_input.filter_chimeras.filter_chimeras_selector ) == "true": |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
19 -f "true" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
20 -s "${ fastq_input.filter_chimeras.min_chimeric_length }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
21 -a "${ fastq_input.filter_chimeras.abundance_cutoff }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
22 -b "${ fastq_input.filter_chimeras.abundance_ratio }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
23 -p "${ fastq_input.filter_chimeras.dissimilarity_control }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
24 #end if |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
25 -u "${ prefix_length }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
26 -m "${ match_length }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
27 #if str( $mismatches_allowed ) != "": |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
28 #if float( str( $mismatches_allowed ) ) == int( float( str( $mismatches_allowed ) ) ): |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
29 -e "${ int( float( str( $mismatches_allowed ) ) ) }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
30 #else: |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
31 -e "${ mismatches_allowed }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
32 #end if |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
33 #end if |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
34 -d "${ description_length }" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
35 -o "output" |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
36 ]]> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
37 </command> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
38 <inputs> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
39 <conditional name="fastq_input"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
40 <param name="fastq_input_selector" type="select" label="Single or Paired-end reads" help="For joined Paired-end reads choose Single."> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
41 <option value="paired">Paired</option> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
42 <option value="single" selected="True">Single</option> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
43 </param> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
44 <when value="paired"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
45 <param name="fastq_input1" type="data" format="fastqsanger,fasta" label="Select first set of reads" help="Specify dataset with forward reads"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
46 <param name="fastq_input2" type="data" format="fastqsanger,fasta" label="Select second set of reads" help="Specify dataset with reverse reads"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
47 </when> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
48 <when value="single"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
49 <param name="fastq_input1" type="data" format="fastqsanger,fasta" label="Select reads" help="Specify dataset with single reads"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
50 <conditional name="filter_chimeras"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
51 <param name="filter_chimeras_selector" type="select" label="Filter out chimeric clusters"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
52 <option value="true">Yes</option> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
53 <option value="false" selected="True">No</option> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
54 </param> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
55 <when value="true"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
56 <param name="min_chimeric_length" type="integer" value="30" min="20" label="Minimum length of common sequence shared between a chimeric read and each of its parents" help="-s"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
57 <param name="abundance_cutoff" type="integer" value="1" min="1" label="Abundance cutoff" help="-a; Tool Author recommend default of 2, but this would require the chimera itself to need 2 copies"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
58 <param name="abundance_ratio" type="integer" value="1" min="1" label="Abundance ratio between a parent read and a chimeric read" help="-b"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
59 <param name="dissimilarity_control" type="integer" value="1" min="1" label="Dissimilarity control for chimeric filtering" help="-p"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
60 </when> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
61 <when value="false"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
62 <!-- do nothing here --> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
63 </when> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
64 </conditional> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
65 </when> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
66 </conditional> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
67 <param name="prefix_length" type="integer" value="0" min="0" label="Length of prefix to be used in the analysis" help="-u"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
68 <param name="match_length" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Match length" help="-m; specifies whether the lengths of two reads should be exactly the same to be considered as duplicates. "/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
69 <param name="mismatches_allowed" type="float" optional="True" value="" min="0" label="Maximum number/percent of mismatches allowed" help="-e"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
70 <param name="description_length" type="integer" value="0" min="0" label="Description length" help="-d; 0 means truncate at the first whitespace character"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
71 </inputs> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
72 <outputs> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
73 <data format="fastqsanger" format_source="fastq_input1" name="output_reads" label="${tool.name} on ${on_string} (filtered reads)" from_work_dir="output"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
74 <data format="tabular" name="output_duplicate_clusters" label="${tool.name} on ${on_string} (duplicate clusters)" from_work_dir="output.clstr"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
75 <data format="tabular" name="output_chimeric_clusters" label="${tool.name} on ${on_string} (chimeric clusters)" from_work_dir="output2.clstr"> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
76 <filter>str( fastq_input['filter_chimeras']['filter_chimeras_selector'] ) == "true"</filter> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
77 </data> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
78 </outputs> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
79 <tests> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
80 <test> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
81 <param name="fastq_input|fastq_input_selector" value="single" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
82 <param name="fastq_input|fastq_input1" ftype="fastqsanger" value="cd-hit-dup_in.fastqsanger"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
83 <output name="output_reads" ftype="fastqsanger" file="cd-hit-dup_out.fastqsanger" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
84 <output name="output_duplicate_clusters" ftype="tabular" file="cd-hit-dup_out.dup_clusters.tabular" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
85 </test> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
86 <test> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
87 <param name="fastq_input|fastq_input_selector" value="single" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
88 <param name="fastq_input|fastq_input1" ftype="fastqsanger" value="cd-hit-dup_in.fastqsanger"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
89 <param name="fastq_input|filter_chimeras|filter_chimeras_selector" value="true"/> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
90 <output name="output_reads" ftype="fastqsanger" file="cd-hit-dup_out_chimera.fastqsanger" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
91 <output name="output_duplicate_clusters" ftype="tabular" file="cd-hit-dup_out_chimera.dup_clusters.tabular" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
92 <output name="output_chimeric_clusters" ftype="tabular" file="cd-hit-dup_out_chimera.chimeric_clusters.tabular" /> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
93 </test> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
94 </tests> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
95 <help> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
96 <![CDATA[ |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
97 **What it does** |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
98 |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
99 cd-hit-dup is a simple tool for removing duplicates from sequencing reads, with optional step to detect and remove chimeric reads. |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
100 |
1
c8b83c5494db
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
0
diff
changeset
|
101 .. class:: infomark |
c8b83c5494db
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
0
diff
changeset
|
102 |
c8b83c5494db
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
0
diff
changeset
|
103 **TIP:** Chimeric filtering is only available on single-ended, or joined paired-end, reads. |
c8b83c5494db
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
0
diff
changeset
|
104 |
0
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
105 **Options** |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
106 |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
107 cd-hit-dup provides a number of options to tune how the duplicates are removed:: |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
108 |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
109 -d Description length (default 0, truncate at the first whitespace character) |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
110 -u Length of prefix to be used in the analysis (default 0, for full/maximum length) |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
111 -m Match length (true/false, default true) |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
112 -e Maximum number/percent of mismatches allowed |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
113 -f Filter out chimeric clusters (true/false, default false) |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
114 -s Minimum length of common sequence shared between a chimeric read and each of |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
115 its parents (default 30, minimum 20) |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
116 -a Abundance cutoff (default 1 without chimeric filtering, 2 with chimeric filtering) |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
117 -b Abundance ratio between a parent read and a chimeric read (default 1) |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
118 -p Dissimilarity control for chimeric filtering (default 1) |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
119 |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
120 ]]> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
121 </help> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
122 <citations> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
123 <citation type="doi">10.1093/bioinformatics/bts565</citation> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
124 </citations> |
c45a263664fd
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cd_hit_dup commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff
changeset
|
125 </tool> |