Skip to content

Instantly share code, notes, and snippets.

@MatteoLacki
Created January 24, 2019 15:52
Show Gist options
  • Save MatteoLacki/de1e9887176951ad1ddfd573aa0d4f76 to your computer and use it in GitHub Desktop.
Save MatteoLacki/de1e9887176951ad1ddfd573aa0d4f76 to your computer and use it in GitHub Desktop.
from furious_fastas.peaks import update_fastas
from furious_fastas.parse.species2uniprot import parse as parse_s2u
if __name__ == "__main__":
db_path = 'db'
speciec2url_path='species2url.txt'
s2u = parse_s2u(species2url_path)
update_fastas(db_path, s2u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment