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

Grohmm overhaul #165

Open
wants to merge 52 commits into
base: dev
Choose a base branch
from
Open

Grohmm overhaul #165

wants to merge 52 commits into from

Commits on Oct 16, 2024

  1. style: Run styler

    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f41ed1c View commit details
    Browse the repository at this point in the history
  2. test: Write grohmm tests

    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9e75201 View commit details
    Browse the repository at this point in the history
  3. fix(grohmm): bam => bams

    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e2ea287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67472af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    485651f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    220ef34 View commit details
    Browse the repository at this point in the history
  7. fix: of => fromList

    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    215ee98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e47d2c6 View commit details
    Browse the repository at this point in the history
  9. fix(grohmm): Use windowAnalysis

    Apparently we weren't doing this. It's in the guidelines and in Shayne's scripts
    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8487770 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3cb5736 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ce7790 View commit details
    Browse the repository at this point in the history
  12. chore: Add working

    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2668e95 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    428dca0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a0d5f4a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    980fd9b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    35f1e45 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ff66d45 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9f60541 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9109f35 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0cd6587 View commit details
    Browse the repository at this point in the history
  21. fix(grohmm): Remove keytype

    It's in the vignette but the actual function call and docs don't have a
    use for it. It just defaults to gene_id.
    https://github.com/bioinformaticsorphanage/groHMM/blob/86486c388d12a636041c1fc40d1308f96abb5161/R/makeConsensusAnnotations.R#L47-L53
    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    21ef48b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df90fc8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c3a7928 View commit details
    Browse the repository at this point in the history
  24. fix(grohmm): Give up on taking a tuning file

    Can't support everything, if you're gonna run groHMM, you're just going
    to run the tuning. If you want to minimize the runs, set the
    grohmm_{min,max}_uts, and grohmm_{min,max}_ltprobb variables to the
    desired values
    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    57834fa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2046bb7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ea55fb6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    913a8d2 View commit details
    Browse the repository at this point in the history
  28. fix(grohmm): Update groHMM with fix

    Now it handles when there are no broken transcripts(ie with a test dataset)
    edmundmiller committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ffd7482 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    f264b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24248c View commit details
    Browse the repository at this point in the history
  3. refactor(grohmm): Use each input

    Didn't know that was a thing!
    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3811a91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b460df0 View commit details
    Browse the repository at this point in the history
  5. fix(grohmm): Update labels for parametertuning

    Since these are are split into seperate jobs now, they're not
    "long"(longest I've seen one take is ~143 minutes).
    
    Adding arrays later because there's so many of them and they're the same
    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5b8e3b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e3f182 View commit details
    Browse the repository at this point in the history
  7. chore: oras => https

    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2c77f02 View commit details
    Browse the repository at this point in the history
  8. refactor(grohmm): Use each input

    Didn't know that was a thing!
    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9c9fdf2 View commit details
    Browse the repository at this point in the history
  9. test(grohmm): Write a failing test

    With the help of cursor
    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c135b97 View commit details
    Browse the repository at this point in the history
  10. fix(grohmm): Update to work with CHM13

    refactor: Clean up code more
    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b62cabf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9ec2bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e26e22 View commit details
    Browse the repository at this point in the history
  13. test: Bump snapshot

    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f5ea409 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc7ecc1 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG

    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2abdf46 View commit details
    Browse the repository at this point in the history
  16. docs: Update groHMM docs

    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    68f53bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    83c870a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    42d1996 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    58913d1 View commit details
    Browse the repository at this point in the history
  20. Get custom running

    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e06478f View commit details
    Browse the repository at this point in the history
  21. Start over

    edmundmiller committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    495cd58 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fceb582 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. More tests

    edmundmiller committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c5d7b3b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. fix(grohmm): Support gxf

    Scrap all of the CHM13 attempts
    
    I think it's the gtf conversion stuff that's causing the memory
    overload. But I can get them all to load locally. So I'm going to try to
    use gff3 files, if they're supplied, otherwise fall back to gtf.
    edmundmiller committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e7b2513 View commit details
    Browse the repository at this point in the history