Open
Description
Hello,
amrfinder_update
does not respect DEFAULT_DB_DIR
when build with make DEFAULT_DB_DIR=somewhere
while amrfinder -u
as it calls exec (fullProg ("amrfinder_update") + " -d " + shellQuote (dbDir. getParent ()) + ifS (force_update, " --force_update")
also amrfinder_update still place the data in the same location the binary is located. related #8
regards
Eric