Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First pass at modular DataPipeline #1

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft

Commits on Aug 2, 2021

  1. Fix a few typos.

    PiperOrigin-RevId: 388172326
    Change-Id: I11d9e498c226cd752947feb51b7d1eb343b4d7ab
    Augustin-Zidek authored and copybara-github committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    41232dc View commit details
    Browse the repository at this point in the history
  2. Add a direct link to PDB70 2020-05-13.

    PiperOrigin-RevId: 388195957
    Change-Id: Id22b96c964a82e3450a5f457d8facd1e85b1e86a
    Augustin-Zidek authored and copybara-github committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    547cbdd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Remove a redundant space.

    PiperOrigin-RevId: 390355132
    Change-Id: I920a80db674541af41ee83ef3d5bd5255c782ee9
    Augustin-Zidek authored and copybara-github committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    05db248 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Set versions of libraries AlphaFold Colab notebook depends on.

    PiperOrigin-RevId: 390553964
    Change-Id: Ia5bc6e12ab3f1a7827b7d914c93f6990a1139780
    Augustin-Zidek authored and copybara-github committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    f65e94f View commit details
    Browse the repository at this point in the history
  2. Use pLDDT in the B-factor column of the output PDBs.

    PiperOrigin-RevId: 390566020
    Change-Id: I3fafbe8246d0a5ad018f0398b39bf7dacee00468
    Augustin-Zidek authored and copybara-github committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    cef198e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. git co c2bc13b .gitignore

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    79e8596 View commit details
    Browse the repository at this point in the history
  2. cp alphafold/data/pipeline.py

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    243f99a View commit details
    Browse the repository at this point in the history
  3. Halfway through refactor as a dataclass

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    c3a5d0c View commit details
    Browse the repository at this point in the history
  4. Finish process refactor

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    95f7242 View commit details
    Browse the repository at this point in the history
  5. Entrypoint script uses ModularDataPipeline

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a8bdff0 View commit details
    Browse the repository at this point in the history
  6. git co c2bc13b job.slurm

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    273daf6 View commit details
    Browse the repository at this point in the history
  7. Fix syntax errors

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e41a011 View commit details
    Browse the repository at this point in the history
  8. Move cli interface to dedicated submodule

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    c1d0e1f View commit details
    Browse the repository at this point in the history
  9. Add afpipeline as console_script

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b3b0cdd View commit details
    Browse the repository at this point in the history
  10. Minimal click CLI

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d129d4f View commit details
    Browse the repository at this point in the history
  11. Sets are not hashable

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    3d4905e View commit details
    Browse the repository at this point in the history
  12. hhsearch hits cached as ASCII

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    aeebd0a View commit details
    Browse the repository at this point in the history
  13. Click command for jackhmmer_mgnify

    Ethan Ho committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    9287a9e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Working cache

    Ethan Ho committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    6597b97 View commit details
    Browse the repository at this point in the history
  2. Change console script to af2

    Ethan Ho committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5f92c04 View commit details
    Browse the repository at this point in the history
  3. Interface tweaks

    Ethan Ho committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    7b93aca View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Properly order kwarg keys

    Ethan Ho committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    684a8a3 View commit details
    Browse the repository at this point in the history
  2. Expose cache directory as env var

    Ethan Ho committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ef304a7 View commit details
    Browse the repository at this point in the history
  3. cache_to_pckl in its own module

    Ethan Ho committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    74f001a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Catch NoneType kwargs

    Ethan Ho committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    307b099 View commit details
    Browse the repository at this point in the history
  2. Logging for click CLI commands

    Ethan Ho committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    5da7dd2 View commit details
    Browse the repository at this point in the history