Hello, your software is excellent. I want to call your API. May I ask if I can use a local database?
origin API in api_example.py
ticket = post('https://search.mmseqs.com/api/ticket', {
'q' : '>FASTA\nMPKIIEAIYENGVFKPLQKVDLKEGE\n',
'database[]' : ["uniclust30_2017_10_seed"],
'mode' : 'all',
}).json()
could I change to 'database[]' : Local address,
Should the software access the local database and run subsequent commands?
Thanks!