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

Fix wrong coordinate from genomic indels, Fix no ref/alt errors. Add genePred support to allow users to easily load their own transcripts #54

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

Commits on Mar 16, 2020

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

Commits on Apr 22, 2020

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

Commits on Apr 29, 2020

  1. Support mito (ie "m.")

    davmlaw committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    00a2205 View commit details
    Browse the repository at this point in the history
  2. Revert "Support mito (ie "m.")"

    This reverts commit 00a2205.
    davmlaw committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2b4ac8b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

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

Commits on Sep 7, 2021

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

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    1a8b67f View commit details
    Browse the repository at this point in the history
  2. Start of cDNA matching code changes. Put everything through 1 path as…

    … exons are just a special case of alignments with no gaps
    davmlaw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    67ab67f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Handle gaps

    davmlaw committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    04ac8a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae264c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. checkpoint - handle flanking

    davmlaw committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5a4b48b View commit details
    Browse the repository at this point in the history
  2. Finish off gap handling code

    davmlaw committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5667511 View commit details
    Browse the repository at this point in the history
  3. linting

    davmlaw committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c1f2099 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    dc6d638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6ddd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79fa49b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2145f96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d58789b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

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

Commits on Oct 22, 2021

  1. Better error message

    davmlaw committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    4271aa7 View commit details
    Browse the repository at this point in the history
  2. Data generation scripts

    davmlaw committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    cc3de4d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

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

Commits on Oct 28, 2021

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

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    6c5e381 View commit details
    Browse the repository at this point in the history
  2. Simplify and make consistent

    davmlaw committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2ca3e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4571a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb17f43 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    1409aba View commit details
    Browse the repository at this point in the history
  2. Validate coordinate span and reference are the same, as eg c.1727_174…

    …0dup14 should pass but c.1727_1740dup9999 should fail
    davmlaw committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9ceb649 View commit details
    Browse the repository at this point in the history
  3. Support mitochondria

    davmlaw committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    27535c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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

Commits on Dec 9, 2021

  1. HGVS issue counsyl#61 - Reference HGVS without reference base leads t…

    …o wrong coordinates and reference allele as it treats last digit as ref digit multiplying N that many times
    davmlaw committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    12924f0 View commit details
    Browse the repository at this point in the history
  2. Bump version, add changelog

    davmlaw committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    70565eb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Use same code for calculating transcript position of start/stop codon…

    …s. Be able to pass in pre-calculated values to save calculation if available
    davmlaw committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1ea73ad View commit details
    Browse the repository at this point in the history
  2. Changelog

    davmlaw committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f42bd06 View commit details
    Browse the repository at this point in the history
  3. No need to sort before storing as we don't rely on order and re-sort …

    …when loading in utils
    davmlaw committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    d59d079 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eef2514 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Fix syntax error

    davmlaw committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    936d276 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Aug 18, 2022

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

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    715c4f2 View commit details
    Browse the repository at this point in the history
  2. Bump version

    davmlaw committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    116217d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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

Commits on Jun 1, 2023

  1. bump version

    davmlaw authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8b30efd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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