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

Refactoring code and fixing cutoff argument handling #4

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    2f77c56 View commit details
    Browse the repository at this point in the history
  2. Fix --cutoff flag type and help message

    According to the source code the cutoff flag is minimum protein
    importance value for it to be included into selected_proteins list.
    The previous flag definition was misleading and had incorrect type,
    making the flag unusable, because any non-zero integer cutoff value
    would result in no protein selected at all.
    serzero2007 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5daabb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    101f05e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    656ac6f View commit details
    Browse the repository at this point in the history
  5. Remove redundant import

    serzero2007 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3c55db6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f2d772 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    680c229 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db80f8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d4dccb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e72b642 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d18f515 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d29d12b View commit details
    Browse the repository at this point in the history