-
Notifications
You must be signed in to change notification settings - Fork 79
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
base: master
Are you sure you want to change the base?
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e65db83 - Browse repository at this point
Copy the full SHA e65db83View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f7dfb - Browse repository at this point
Copy the full SHA e2f7dfbView commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ffdc7f - Browse repository at this point
Copy the full SHA 9ffdc7fView commit details
Commits on Apr 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 00a2205 - Browse repository at this point
Copy the full SHA 00a2205View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4ac8b - Browse repository at this point
Copy the full SHA 2b4ac8bView commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a6e238e - Browse repository at this point
Copy the full SHA a6e238eView commit details
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 957d25c - Browse repository at this point
Copy the full SHA 957d25cView commit details
Commits on Oct 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1a8b67f - Browse repository at this point
Copy the full SHA 1a8b67fView commit details -
Start of cDNA matching code changes. Put everything through 1 path as…
… exons are just a special case of alignments with no gaps
Configuration menu - View commit details
-
Copy full SHA for 67ab67f - Browse repository at this point
Copy the full SHA 67ab67fView commit details
Commits on Oct 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 04ac8a7 - Browse repository at this point
Copy the full SHA 04ac8a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae264c1 - Browse repository at this point
Copy the full SHA ae264c1View commit details
Commits on Oct 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5a4b48b - Browse repository at this point
Copy the full SHA 5a4b48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5667511 - Browse repository at this point
Copy the full SHA 5667511View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f2099 - Browse repository at this point
Copy the full SHA c1f2099View commit details
Commits on Oct 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc6d638 - Browse repository at this point
Copy the full SHA dc6d638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6ddd5 - Browse repository at this point
Copy the full SHA 0d6ddd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79fa49b - Browse repository at this point
Copy the full SHA 79fa49bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2145f96 - Browse repository at this point
Copy the full SHA 2145f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58789b - Browse repository at this point
Copy the full SHA d58789bView commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2dbd69d - Browse repository at this point
Copy the full SHA 2dbd69dView commit details
Commits on Oct 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4271aa7 - Browse repository at this point
Copy the full SHA 4271aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3de4d - Browse repository at this point
Copy the full SHA cc3de4dView commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2e71ba9 - Browse repository at this point
Copy the full SHA 2e71ba9View commit details
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1337350 - Browse repository at this point
Copy the full SHA 1337350View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c5e381 - Browse repository at this point
Copy the full SHA 6c5e381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca3e08 - Browse repository at this point
Copy the full SHA 2ca3e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4571a7 - Browse repository at this point
Copy the full SHA b4571a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb17f43 - Browse repository at this point
Copy the full SHA bb17f43View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dbc621f - Browse repository at this point
Copy the full SHA dbc621fView commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1409aba - Browse repository at this point
Copy the full SHA 1409abaView commit details -
Validate coordinate span and reference are the same, as eg c.1727_174…
…0dup14 should pass but c.1727_1740dup9999 should fail
Configuration menu - View commit details
-
Copy full SHA for 9ceb649 - Browse repository at this point
Copy the full SHA 9ceb649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27535c3 - Browse repository at this point
Copy the full SHA 27535c3View commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a0a8edd - Browse repository at this point
Copy the full SHA a0a8eddView commit details
Commits on Dec 9, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 12924f0 - Browse repository at this point
Copy the full SHA 12924f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70565eb - Browse repository at this point
Copy the full SHA 70565ebView commit details
Commits on Jan 14, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 1ea73ad - Browse repository at this point
Copy the full SHA 1ea73adView commit details -
Configuration menu - View commit details
-
Copy full SHA for f42bd06 - Browse repository at this point
Copy the full SHA f42bd06View commit details -
No need to sort before storing as we don't rely on order and re-sort …
…when loading in utils
Configuration menu - View commit details
-
Copy full SHA for d59d079 - Browse repository at this point
Copy the full SHA d59d079View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef2514 - Browse repository at this point
Copy the full SHA eef2514View commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 936d276 - Browse repository at this point
Copy the full SHA 936d276View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 992c4af - Browse repository at this point
Copy the full SHA 992c4afView commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de3a1d3 - Browse repository at this point
Copy the full SHA de3a1d3View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 715c4f2 - Browse repository at this point
Copy the full SHA 715c4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116217d - Browse repository at this point
Copy the full SHA 116217dView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7591c13 - Browse repository at this point
Copy the full SHA 7591c13View commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b30efd - Browse repository at this point
Copy the full SHA 8b30efdView commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef00572 - Browse repository at this point
Copy the full SHA ef00572View commit details