# HG changeset patch # User iuc # Date 1674408445 0 # Node ID 2977b1d7971849be50e9edd8b6b2772c7245a6ee # Parent 4b1eea067adc8b7616668ae499d5d804335cd99f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 8307455ce2bb36981fee509f556ff17c227a9d8a diff -r 4b1eea067adc -r 2977b1d79718 funannotate_predict.xml --- a/funannotate_predict.xml Thu Nov 25 16:18:06 2021 +0000 +++ b/funannotate_predict.xml Sun Jan 22 17:27:25 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 4b1eea067adc -r 2977b1d79718 macros.xml --- a/macros.xml Thu Nov 25 16:18:06 2021 +0000 +++ b/macros.xml Sun Jan 22 17:27:25 2023 +0000 @@ -1,7 +1,7 @@ 1.8.9 - 2 + 3 funannotate