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

Include Ensembl Tark API for reference retrieval #21

Merged
merged 26 commits into from
Apr 30, 2024
Merged

Include Ensembl Tark API for reference retrieval #21

merged 26 commits into from
Apr 30, 2024

Commits on Mar 4, 2024

  1. First attempt to use tark api

    Xiaoyun Liu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8d108cf View commit details
    Browse the repository at this point in the history
  2. First attemp to use Tark api

    Xiaoyun Liu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9574e6e View commit details
    Browse the repository at this point in the history
  3. Second attempt to use Tark: add json.parse

    Xiaoyun Liu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b9f6e4b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Retrieve transcript info with version number using Tark

    Xiaoyun Liu committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0ad97e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Add Tark api in configuration

    Xiaoyun Liu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8b7a5fc View commit details
    Browse the repository at this point in the history
  2. merge tark during fetching reference

    Xiaoyun Liu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4d1f22f View commit details
    Browse the repository at this point in the history
  3. add tark test with json files

    Xiaoyun Liu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    35ab266 View commit details
    Browse the repository at this point in the history
  4. fix error when using tark in normalise function

    Xiaoyun Liu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cbdaacb View commit details
    Browse the repository at this point in the history
  5. fix retrive order: fetch from tark directly

    Xiaoyun Liu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c88ba47 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix bug: retrieve earlier version

    Xiaoyun Liu committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5382da8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix errors in tests

    Xiaoyun Liu committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c731073 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Add tests

    Xiaoyun Liu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    24fb2de View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. update fetch function and add tests

    Xiaoyun Liu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8c1a700 View commit details
    Browse the repository at this point in the history
  2. remove some prints

    Xiaoyun Liu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fa88efe View commit details
    Browse the repository at this point in the history
  3. add monkeypatch retriver

    Xiaoyun Liu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f63b802 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. re-orgnised parser for ensembl json

    Xiaoyun Liu committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bd71fa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Add api choice in CLI

    Xiaoyun Liu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5db61ad View commit details
    Browse the repository at this point in the history
  2. Remove a print

    Xiaoyun Liu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fba47d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Add option ensembl_tark and ensembl_rest in CLI

    Xiaoyun Liu committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b3c76c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    730f4d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6c12f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44c879f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65ee7b9 View commit details
    Browse the repository at this point in the history
  5. Clean up and implement ensembl in reference source

    Xiaoyun Liu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    47371f8 View commit details
    Browse the repository at this point in the history
  6. Clean up

    Xiaoyun Liu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    071e3fa View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Clean and refactor

    Xiaoyun Liu committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cd2f9e2 View commit details
    Browse the repository at this point in the history