# HG changeset patch # User iuc # Date 1674408657 0 # Node ID 7abc5f6dd5957355d4e7f16ad0d3ba4b5e449f67 # Parent 2bba2ff070d9023d53e0d8bd709de13cebb74669 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 8307455ce2bb36981fee509f556ff17c227a9d8a diff -r 2bba2ff070d9 -r 7abc5f6dd595 funannotate_predict.xml --- a/funannotate_predict.xml Thu Nov 25 16:23:03 2021 +0000 +++ b/funannotate_predict.xml Sun Jan 22 17:30:57 2023 +0000 @@ -22,8 +22,11 @@ sed -i.bak 's|/tmp/prout|'`pwd`'/hacked_database|' './hacked_database/trained_species/fly/info.json' && #end if +mkdir -p input/ && +ln -s '${input}' input/input.fasta && + funannotate predict ---input '${input}' +--input input/input.fasta --out output #if $uglyTestingHack == "true": --database `pwd`'/hacked_database' diff -r 2bba2ff070d9 -r 7abc5f6dd595 macros.xml --- a/macros.xml Thu Nov 25 16:23:03 2021 +0000 +++ b/macros.xml Sun Jan 22 17:30:57 2023 +0000 @@ -1,7 +1,7 @@ 1.8.9 - 2 + 3 funannotate