Mercurial > repos > iuc > filtlong
annotate filtlong.xml @ 2:a72af9de6bf5 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
author | iuc |
---|---|
date | Wed, 31 Mar 2021 08:19:02 +0000 |
parents | 8880fb74ef56 |
children | 41b2ad601cf0 |
rev | line source |
---|---|
2
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
1 <tool id="filtlong" name="filtlong" version="@WRAPPER_VERSION@+galaxy1" profile="@PROFILE@"> |
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> |
2
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
3 <macros> |
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
4 <import>macros.xml</import> |
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
5 </macros> |
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
6 <expand macro="requirements"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
7 <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
|
8 <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
|
9 filtlong |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
10 #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
|
11 --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
|
12 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
13 #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
|
14 --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
|
15 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
16 #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
|
17 --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
|
18 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
19 #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
|
20 --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
|
21 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
22 #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
|
23 --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
|
24 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
25 #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
|
26 --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
|
27 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
28 #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
|
29 --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
|
30 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
31 #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
|
32 --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
|
33 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
34 --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
|
35 --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
|
36 --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
|
37 $read_manipulation.trim |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
38 #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
|
39 --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
|
40 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
41 #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
|
42 --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
|
43 #end if |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
44 '$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
|
45 ]]></command> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
46 <inputs> |
2
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
47 <param name="input_file" type="data" format="fastqsanger,fastqsanger.gz" 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
|
48 <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
|
49 <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
|
50 <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
|
51 <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
|
52 <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
|
53 <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
|
54 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
55 <section name="external_references" title="External references"> |
2
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
56 <param argument="--assembly" type="data" format="fasta,fasta.gz" 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
|
57 <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
|
58 <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
|
59 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
60 <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
|
61 <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
|
62 <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
|
63 <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
|
64 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
65 <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
|
66 <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
|
67 <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
|
68 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
69 <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
|
70 <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
|
71 </section> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
72 </inputs> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
73 <outputs> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
74 <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
|
75 </outputs> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
76 <tests> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
77 <test> |
2
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
78 <param name="input_file" ftype="fastqsanger" value="test.fastq.gz"/> |
0
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
79 <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
|
80 <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
|
81 <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
|
82 <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
|
83 </test> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
84 <test> |
2
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
85 <param name="input_file" ftype="fastqsanger" value="test.fastq.gz"/> |
a72af9de6bf5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit fe7fac8c3287f5de0fe92d20fc39f71045240889"
iuc
parents:
1
diff
changeset
|
86 <param name="assembly" ftype="fasta.gz" value="test_reference.fasta.gz"/> |
1
8880fb74ef56
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 914aebf765a006b3d284388aba0584d0035a8a66
iuc
parents:
0
diff
changeset
|
87 <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
|
88 <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
|
89 <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
|
90 <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
|
91 <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
|
92 <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
|
93 <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
|
94 <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
|
95 </test> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
96 </tests> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
97 <help><![CDATA[ |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
98 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
|
99 ]]></help> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
100 <citations> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
101 <citation type="bibtex"> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
102 @misc{rrwick2017, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
103 author = {Wick, Ryan}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
104 year = {2017}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
105 title = {Filtlong}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
106 publisher = {GitHub}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
107 journal = {GitHub repository}, |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
108 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
|
109 } |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
110 </citation> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
111 </citations> |
a64b45c8b174
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 8c25a8b21de04f75cdf12a33d8d9cfe2d15ed13a
iuc
parents:
diff
changeset
|
112 </tool> |