bebop / ark

Go REST API to replace Genbank, Uniprot, Rhea, and CHEMBL
MIT License
22 stars 5 forks source link

Ftp sites #18

Closed Koeng101 closed 3 years ago

Koeng101 commented 3 years ago

Rhea: https://ftp.expasy.org/databases/rhea/rdf/rhea.rdf.gz

Rhea TSV sprot: https://ftp.expasy.org/databases/rhea/tsv/rhea2uniprot%5Fsprot.tsv

Rhea TSV trembl: https://ftp.expasy.org/databases/rhea/tsv/rhea2uniprot%5Ftrembl.tsv.gz

Uniprot sprot: https://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.xml.gz

Uniprot trembl: https://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_trembl.xml.gz

TimothyStiles commented 3 years ago

Sanity check, I'm assuming you don't leave the https prefix in there correct @Koeng101?

Koeng101 commented 3 years ago

Sanity check failed. You can leave the https prefixes :)

isaacguerreir commented 3 years ago

Thanks, @Koeng101! I will try later to see if I could take some metadata information using the Stat function from GoFTP package . The ftp server choose if the users, or what kind of user, could access those types of information about the files.

TimothyStiles commented 3 years ago

This has all been integrated as of merging #21. Closing!