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

Improvements to parse.py #496

Merged
merged 10 commits into from
May 23, 2020
Merged

Improvements to parse.py #496

merged 10 commits into from
May 23, 2020

Commits on Mar 29, 2020

  1. Use str.translate to replace multiple characters

    This is far more efficient than repeated calls to str.replace.
    groutr committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    722d52b View commit details
    Browse the repository at this point in the history
  2. Fix up prettify.

    groutr committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    b348379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5485162 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0965def View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c48377 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    693372a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Manage file open/close outside of SeqIO.

    Opening/Closing the output file here allows us to avoid loading all of
    the input file into memory.
    groutr committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c905e40 View commit details
    Browse the repository at this point in the history
  2. Nicer condition checks.

    groutr committed May 15, 2020
    Configuration menu
    Copy the full SHA
    81c8e06 View commit details
    Browse the repository at this point in the history
  3. Iterate over intersection of tmp_meta and prettify_fields

    No longer need to check if a field is in tmp_meta.
    groutr committed May 15, 2020
    Configuration menu
    Copy the full SHA
    8d428dd View commit details
    Browse the repository at this point in the history
  4. Fix dates on tmp_meta.

    groutr committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d9f88ce View commit details
    Browse the repository at this point in the history