Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bcgsc/goldrush
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: bcgsc/goldrush
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 11 files changed
  • 5 contributors

Commits on Nov 1, 2024

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

Commits on Dec 1, 2024

  1. Properly Calculate Phred average in GoldRush (#144)

    * fix phred calculation
    
    * fix phred avg output
    
    * calc_phred_average.cpp: newline eof
    
    * calc_phred_average.cpp: use uint32_t
    
    * calc_phred_average: use int instead of uint32_t because of negative number
    
    * goldrush_path.cpp: fix phred sum silver path log to use delog
    
    * goldrush_path.cpp: change types
    
    * goldrush_path.cpp: calc median phred based on dataset
    
    * fix automatically calculate median
    
    * adjust test case
    
    * adjust test case
    
    * update help and default values in goldrush_path
    
    * goldrush: update make file defaults
    
    * Update README.md
    
    * Update README.md
    
    Co-authored-by: Lauren Coombe <[email protected]>
    
    * Update bin/goldrush
    
    Co-authored-by: Lauren Coombe <[email protected]>
    
    * Update goldrush_path/goldrush_path.cpp
    
    Co-authored-by: Lauren Coombe <[email protected]>
    
    * refactor and use std max
    
    * change phred sum func code location
    
    * azure-pipelines.yml: set min pyopenssl version
    
    * goldrush_path.cpp: refactor constexpr out to main
    
    ---------
    
    Co-authored-by: jowong04 <[email protected]>
    Co-authored-by: jowong04 <[email protected]>
    Co-authored-by: Lauren Coombe <[email protected]>
    Co-authored-by: jowong04 <[email protected]>
    5 people authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    4246de5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. User QoL and refactor (#148)

    * refactor silver path log info struct
    
    * print out gr version for each rule
    
    * refactor valid reads out
    
    ---------
    
    Co-authored-by: jowong04 <[email protected]>
    jwcodee and jowong04 authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    10c51ee View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Ensures miBf is deterministic (#150)

    * Ensures miBf is deterministic
    
    * remove extra space
    
    * add dev only function description
    
    * ensure all insert functions are equivalent
    
    * remove unused variable
    jwcodee authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    575078e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

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