arctic3d icon indicating copy to clipboard operation
arctic3d copied to clipboard

Move URLs to its dedicated module

Open rvhonorato opened this issue 9 months ago • 0 comments

Currently the API endpoints are spread troughout the code;

from arctic3d.modules.pdb import BESTPDB_URL, PDBE_URL
from arctic3d.cli_localise import UNIPROT_API_URL
from arctic3d.modules.interface import LIGAND_URL

It would be easier to maintain and check on them if there were in their own module

rvhonorato avatar May 08 '24 11:05 rvhonorato