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

HGNC robot template #113

Merged
merged 3 commits into from
Jun 26, 2024
Merged

HGNC robot template #113

merged 3 commits into from
Jun 26, 2024

Commits on Jun 6, 2024

  1. HGNC ROBOT template

    - Rename: mondo_genes.csv --> mondo_genes.robot.tsv
    - Update: Change from CSV to TSV
    - Update: Set a ROBOT sub-header
    - Update: remove < > around URIs
    - Update: remove ?'s at start of col names
    - Update: insert source_code col, w/ values: MONDO:OMIM
    
    General:
    - Add: run.sh: For running ODK. And updated README.md w/ docs about that.
    - Update: README.md: Put some less important stuff in <details>
    joeflack4 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    47d744c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. HGNC ROBOT template

    - Update: Refactor method to do this from ShellScript / awk to Python / pandas.
    - Update: Now sorts columns
    
    General
    - Update: .gitignore: Simplified ignores for files at root.
    - Add: Utility function to handle < > around URIs
    joeflack4 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cb615e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. HGNC ROBOT template

    - Delete: source_code column (w/ values: MONDO:OMIM)
    - Bug fix: No longer adding exact match gene annotations if >1 gene associated with MIM.
    joeflack4 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6b3a48d View commit details
    Browse the repository at this point in the history