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

Improve mapping to ensembl ids with pyensembl package #50

Merged
merged 12 commits into from
Jul 15, 2024

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    b4c6e0f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    b67970b View commit details
    Browse the repository at this point in the history
  2. Replace the mapping to ensembl ids with a better

    one from the pyensembl package. Also include
    a mapping from ensembl ids to gene names.
    bputzeys committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    307564d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db00b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2372e21 View commit details
    Browse the repository at this point in the history
  5. Fix failing unit test

    bputzeys committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6b6ad14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2277c9 View commit details
    Browse the repository at this point in the history
  7. Add pyensembl requirement

    bputzeys committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cb6afce View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Make the ensemblID mapping more generalizable to

    more species.
    bputzeys committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a2a3c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d176049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e76a04 View commit details
    Browse the repository at this point in the history
  4. Skip pytest because it takes long to run and because it would exceed …

    …the limit of memory available on GitHub Actions
    bputzeys committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    163fd68 View commit details
    Browse the repository at this point in the history