Mercurial > repos > bgruening > trim_galore
annotate macros.xml @ 17:eefb644655a5 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 48a5b169f1ea3d98761bfeaae135a808506e6cbb
author | bgruening |
---|---|
date | Wed, 05 Mar 2025 18:50:58 +0000 |
parents | cd7e644cae1d |
children |
rev | line source |
---|---|
16
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
1 <macros> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
2 <token name="@TOOL_VERSION@">0.6.7</token> |
17
eefb644655a5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 48a5b169f1ea3d98761bfeaae135a808506e6cbb
bgruening
parents:
16
diff
changeset
|
3 <token name="@VERSION_SUFFIX@">1</token> |
16
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
4 <xml name="requirements"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
5 <requirements> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
6 <requirement type="package" version="@TOOL_VERSION@">trim-galore</requirement> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
7 </requirements> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
8 </xml> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
9 <xml name="xrefs"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
10 <xrefs> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
11 <xref type="bio.tools">trim_galore</xref> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
12 </xrefs> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
13 </xml> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
14 <xml name="adapter_trimming"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
15 <conditional name="trimming"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
16 <param name="trimming_select" type="select" label="Adapter sequence to be trimmed"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
17 <option value="">Automatic detection</option> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
18 <option value="--illumina">Illumina universal</option> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
19 <option value="--nextera">Nextera transposase</option> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
20 <option value="--small_rna">Illumina small RNA adapters</option> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
21 <option value="user">User defined adapter sequence</option> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
22 </param> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
23 <when value=""/> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
24 <when value="--illumina"/> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
25 <when value="--nextera"/> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
26 <when value="--small_rna"/> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
27 <when value="user"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
28 <param name="adapter" type="text" value="AGATCGGAAGAGC" label="Adapter sequence to be trimmed off"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
29 <validator type="regex" message="Adapter sequence must contain DNA characters only (A,C,T,G or N)">^[ACTGNactgn]*$</validator> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
30 </param> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
31 <yield/> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
32 </when> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
33 </conditional> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
34 </xml> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
35 <xml name="paired_adapter_trimming"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
36 <expand macro="adapter_trimming"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
37 <param name="adapter2" type="text" optional="True" value="" label="Adapter sequence to be trimmed off read 2"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
38 <validator type="regex" message="Adapter sequence must contain DNA characters only (A,C,T,G or N)">^[ACTGNactgn]*$</validator> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
39 </param> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
40 </expand> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
41 <param name="trim1" type="boolean" truevalue="--trim1" falsevalue="" checked="False" label="Trims 1 bp off every read from its 3' end." help="" /> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
42 <param name="three_prime_clip_R1" type="integer" value="" optional="True" label="Remove N bp from the 3' end of read 1"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
43 <help>Instructs Trim Galore! to remove N bp from the 3' end of read 1 after adapter/quality trimming has been performed. |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
44 This may remove some unwanted bias from the 3' end that is not directly related to adapter sequence or basecall quality. |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
45 (--three_prime_clip_R1)</help> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
46 </param> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
47 <param name="three_prime_clip_R2" type="integer" value="" optional="True" label="Remove N bp from the 3' end of read 2"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
48 <help>Instructs Trim Galore! to remove N bp from the 3' end of read 2 after |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
49 adapter/quality trimming has been performed. This may remove some unwanted bias from |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
50 the 3' end that is not directly related to adapter sequence or basecall quality.</help> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
51 </param> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
52 </xml> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
53 <xml name="citations"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
54 <citations> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
55 <citation type="bibtex"> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
56 @misc{githubTrim_Galore, |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
57 author = {Krueger, Felix}, |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
58 year = {2021}, |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
59 title = {Trim Galore}, |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
60 publisher = {GitHub}, |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
61 journal = {GitHub repository}, |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
62 url = {https://https://github.com/FelixKrueger/TrimGalore.com/fenderglass/Flye}} |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
63 </citation> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
64 </citations> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
65 </xml> |
cd7e644cae1d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 276a0ec327f5369c16563696047f0d31577c353f"
bgruening
parents:
diff
changeset
|
66 </macros> |