haddocking / arctic3d

Automatic Retrieval and ClusTering of Interfaces in Complexes from 3D structural information
Apache License 2.0
27 stars 6 forks source link

Move URLs to its dedicated module #421

Closed rvhonorato closed 4 months ago

rvhonorato commented 5 months ago

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