I would like to clarify how --local resolves the CARD database path.
When I run:
rgi load --card_json card.json --local
the database is created in the current directory. However, rgi main --local only works if I execute it from that same directory. If I run it from another location, RGI falls back to the Conda environment database path.
For HPC environments, what is the recommended way to use a database stored in a shared directory outside the Conda environment?
Thank you.
I would like to clarify how --local resolves the CARD database path.
When I run:
rgi load --card_json card.json --local
the database is created in the current directory. However, rgi main --local only works if I execute it from that same directory. If I run it from another location, RGI falls back to the Conda environment database path.
For HPC environments, what is the recommended way to use a database stored in a shared directory outside the Conda environment?
Thank you.