comparison funannotate_predict.xml @ 12:4b96ced19f75 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 9e3708d04faea0f1be4ea8918e859d6f2c7eb31d
author iuc
date Wed, 26 Jun 2024 09:39:31 +0000
parents 1bc5a03faf2e
children
comparison
equal deleted inserted replaced
11:f77d7b685bb3 12:4b96ced19f75
27 ln -s '${input}' input/input.fasta && 27 ln -s '${input}' input/input.fasta &&
28 28
29 funannotate predict 29 funannotate predict
30 --input input/input.fasta 30 --input input/input.fasta
31 --out output 31 --out output
32 --tmpdir "\${_GALAXY_JOB_TMP_DIR:-/tmp}"
32 #if $uglyTestingHack == "true": 33 #if $uglyTestingHack == "true":
33 --database `pwd`'/hacked_database' 34 --database `pwd`'/hacked_database'
34 #else 35 #else
35 --database '$database.fields.path' 36 --database '$database.fields.path'
36 #end if 37 #end if