comparison 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
comparison
equal deleted inserted replaced
0:1b08e39cc52d 1:7bc75dd0f782
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">0.3.1</token> 2 <token name="@TOOL_VERSION@">0.3.2</token>
3 3
4 <xml name="citation"> 4 <xml name="citation">
5 <citations> 5 <citations>
6 <citation type="doi">10.1101/2023.02.06.527280</citation> 6 <citation type="doi">10.1101/2023.02.06.527280</citation>
7 <citation type="doi">10.1093/bioinformatics/btaa1044</citation> 7 <citation type="doi">10.1093/bioinformatics/btaa1044</citation>
8 </citations> 8 </citations>
9 </xml> 9 </xml>
10 10
11 <xml name="requirements"> 11 <xml name="requirements">
12 <container type="docker">gglyptodon/helixer-docker:helixer_v@TOOL_VERSION@_cuda_11.2.0-cudnn8</container> 12 <container type="docker">gglyptodon/helixer-docker:helixer_v@TOOL_VERSION@_cuda_11.8.0-cudnn8</container>
13 </xml> 13 </xml>
14 14
15 <xml name="subseq" tokens="length,offset,offsetlen"> 15 <xml name="subseq" tokens="length,offset,offsetlen">
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> 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>
17 <conditional name="option_overlap"> 17 <conditional name="option_overlap">
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"> 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">
19 <option value="true" selected="true">Yes</option> 19 <option value="true" selected="true">Yes</option>
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."/> 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."/>
25 </when> 25 </when>
26 <when value="false"/> 26 <when value="false"/>
27 </conditional> 27 </conditional>
28 </xml> 28 </xml>
29
30 </macros> 29 </macros>
31 30