As mentioned here and here, UniProt is a trusted standard to obtain full sequences from pdb files using their pdbID, hence we should introduce a loader that will make 2 API calls:
- To get the uniprot id using the user provided pdb id,
- To get the fasta file using the uniprot id and load it in memory using the fasta loader.