Mercurial > repos > genouest > helixer
annotate macros.xml @ 1:7bc75dd0f782 draft
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit e516933a2c3aa6bcd336a0b5c072893fe9019dd9
author | genouest |
---|---|
date | Mon, 25 Sep 2023 12:47:12 +0000 |
parents | 1b08e39cc52d |
children | 7c1dc010a819 |
rev | line source |
---|---|
0
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
1 <macros> |
1
7bc75dd0f782
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit e516933a2c3aa6bcd336a0b5c072893fe9019dd9
genouest
parents:
0
diff
changeset
|
2 <token name="@TOOL_VERSION@">0.3.2</token> |
0
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
3 |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
4 <xml name="citation"> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
5 <citations> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
6 <citation type="doi">10.1101/2023.02.06.527280</citation> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
7 <citation type="doi">10.1093/bioinformatics/btaa1044</citation> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
8 </citations> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
9 </xml> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
10 |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
11 <xml name="requirements"> |
1
7bc75dd0f782
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit e516933a2c3aa6bcd336a0b5c072893fe9019dd9
genouest
parents:
0
diff
changeset
|
12 <container type="docker">gglyptodon/helixer-docker:helixer_v@TOOL_VERSION@_cuda_11.8.0-cudnn8</container> |
0
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
13 </xml> |
1
7bc75dd0f782
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit e516933a2c3aa6bcd336a0b5c072893fe9019dd9
genouest
parents:
0
diff
changeset
|
14 |
0
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
15 <xml name="subseq" tokens="length,offset,offsetlen"> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
16 <param argument="--subsequence-length" type="integer" min="0" max="213840" value="@LENGTH@" label="Subsequence length: how much of the genome the Neural Network can see at once" help="Should ideally be comfortably longer than the typical gene. For genomes with large genes (>20kpb) it is recommended to increase this parameter."></param> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
17 <conditional name="option_overlap"> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
18 <param name="use_overlap" type="select" label="Enable overlapping step after predictions" help="This step combines predictions made on each subsequences, to improve quality near start and end of subsequences"> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
19 <option value="true" selected="true">Yes</option> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
20 <option value="false">No</option> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
21 </param> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
22 <when value="true"> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
23 <param argument="--overlap-offset" type="integer" min="0" value="@OFFSET@" label="Overlap offset" help="Smaller values may lead to better predictions but will take longer. The subsequence length should be evenly divisible by this value."/> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
24 <param argument="--overlap-core-length" type="integer" min="0" value="@OFFSETLEN@" label="Overlap core length" help="Predicted subsequences will be cut to this length to increase prediction quality. Smaller values may lead to better predictions but will take longer. Has to be smaller than subsequence_length."/> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
25 </when> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
26 <when value="false"/> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
27 </conditional> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
28 </xml> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
29 </macros> |
1b08e39cc52d
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit 8f0b5d30f8f5daea0f6c03293c8593ac24d9e1b7
genouest
parents:
diff
changeset
|
30 |