Mercurial > repos > iuc > filtlong
annotate filtlong.xml @ 1:8880fb74ef56 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
author | iuc |
---|---|
date | Wed, 19 Sep 2018 08:21:21 -0400 |
parents | a64b45c8b174 |
children | a72af9de6bf5 |
rev | line source |
---|---|
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
1 <tool id="filtlong" name="filtlong" version="0.2.0"> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
2 <description>Filtering long reads by quality</description> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
3 <requirements> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="0.2.0">filtlong</requirement> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
5 </requirements> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
6 <version_command>filtlong --version</version_command> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
8 filtlong |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
9 #if $output_thresholds.target_bases: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
10 --target_bases '$output_thresholds.target_bases' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
11 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
12 #if $output_thresholds.keep_percent: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
13 --keep_percent '$output_thresholds.keep_percent' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
14 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
15 #if $output_thresholds.min_length: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
16 --min_length '$output_thresholds.min_length' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
17 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
18 #if $output_thresholds.min_mean_q: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
19 --min_mean_q '$output_thresholds.min_mean_q' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
20 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
21 #if $output_thresholds.min_window_q: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
22 --min_window_q '$output_thresholds.min_window_q' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
23 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
24 #if $external_references.assembly: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
25 --assembly '$external_references.assembly' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
26 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
27 #if $external_references.illumina_1: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
28 --illumina_1 '$external_references.illumina_1' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
29 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
30 #if $external_references.illumina_2: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
31 --illumina_2 '$external_references.illumina_2' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
32 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
33 --length_weight '$score_weights.length_weight' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
34 --mean_q_weight '$score_weights.mean_q_weight' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
35 --window_q_weight '$score_weights.window_q_weight' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
36 $read_manipulation.trim |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
37 #if $read_manipulation.split: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
38 --split '$read_manipulation.split' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
39 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
40 #if $other.window_size: |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
41 --window_size '$other.window_size' |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
42 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
43 '$input_file' > output.fastq |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
44 ]]></command> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
45 <inputs> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
46 <param name="input_file" type="data" format="fastqsanger" label="Input FASTQ" help="FASTQ of input reads"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
47 <section name="output_thresholds" title="Output thresholds"> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
48 <param argument="--target_bases" type="integer" min="0" optional="True" label="Total bases" help="Keep only the best reads up to this many total bases"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
49 <param argument="--keep_percent" type="float" min="0" max="100" optional="True" label="Keep percentage" help="Keep only this percentage of the best reads (measured by bases)"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
50 <param argument="--min_length" type="integer" min="0" optional="True" label="Min. length" help="Minimum length threshold"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
51 <param argument="--min_mean_q" type="float" min="0" optional="True" label="Min. mean quality" help="Minimum mean quality threshold"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
52 <param argument="--min_window_q" type="float" min="0" optional="True" label="Min. window quality" help="Minimum window quality threshold"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
53 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
54 <section name="external_references" title="External references"> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
55 <param argument="--assembly" type="data" format="fasta" optional="True" label="Reference assembly" help="Reference assembly in FASTA format"/> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
56 <param argument="--illumina_1" type="data" format="fastqsanger,fastqsanger.gz" optional="True" label="Reference Illumina read" help="Reference Illumina reads in FASTQ format"/> |
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
57 <param argument="--illumina_2" type="data" format="fastqsanger,fastqsanger.gz" optional="True" label="Reference Illumina read" help="Reference Illumina reads in FASTQ format"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
58 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
59 <section name="score_weights" title="Score weights"> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
60 <param argument="--length_weight" type="float" min="0" value="1" optional="True" label="Weight length score" help="Weight given to the length score (default: 1)"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
61 <param argument="--mean_q_weight" type="float" min="0" value="1" optional="True" label="Weight mean quality" help="Weight given to the mean quality score (default: 1)"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
62 <param argument="--window_q_weight" type="float" min="0" value="1" optional="True" label="Weight window quality" help="Weight given to the window quality score (default: 1)"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
63 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
64 <section name="read_manipulation" title="Read manipulation"> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
65 <param argument="--trim" type="boolean" checked="false" truevalue="--trim" falsevalue="" label="Trim non-k-mer-matching" help="Trim non-k-mer-matching bases from start/end of reads"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
66 <param argument="--split" type="integer" min="0" optional="True" label="Split at nr. of bases" help="split reads at this many (or more) consecutive non-k-mer-matching bases"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
67 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
68 <section name="other" title="Other"> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
69 <param argument="--window_size" type="integer" min="0" value="250" optional="True" label="Sliding window size" help="size of sliding window used when measuring window quality (default: 250)"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
70 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
71 </inputs> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
72 <outputs> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
73 <data name="outfile" format="fastqsanger" from_work_dir="output.fastq" label="${tool.name} on ${on_string}: Filtered FASTQ"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
74 </outputs> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
75 <tests> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
76 <test> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
77 <param name="input_file" ftype="fastqsanger" value="test.fastq"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
78 <param name="min_length" value="1000"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
79 <param name="keep_percent" value="50"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
80 <param name="target_bases" value="500000000"/> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
81 <output name="outfile" ftype="fastqsanger" file="output.fastq"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
82 </test> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
83 <test> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
84 <param name="input_file" ftype="fastqsanger" value="test_reference.fasta"/> |
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
85 <param name="illumina_1" ftype="fastqsanger.gz" value="test_reference_1.fastq.gz"/> |
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
86 <param name="illumina_2" ftype="fastqsanger.gz" value="test_reference_2.fastq.gz"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
87 <param name="min_length" value="1000"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
88 <param name="keep_percent" value="90"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
89 <param name="target_bases" value="500000000"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
90 <param name="trim" value="True"/> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
91 <param name="split" value="500"/> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
92 <output name="outfile" ftype="fastqsanger" file="output_reference.fastq"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
93 </test> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
94 </tests> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
95 <help><![CDATA[ |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
96 Filtlong is a tool for filtering long reads by quality. It can take a set of long reads and produce a smaller, better subset. It uses both read length (longer is better) and read identity (higher is better) when choosing which reads pass the filter. |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
97 ]]></help> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
98 <citations> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
99 <citation type="bibtex"> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
100 @misc{rrwick2017, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
101 author = {Wick, Ryan}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
102 year = {2017}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
103 title = {Filtlong}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
104 publisher = {GitHub}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
105 journal = {GitHub repository}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
106 url = {https://github.com/rrwick/Filtlong}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
107 } |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
108 </citation> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
109 </citations> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
110 </tool> |