Skip to content

Releases: broadinstitute/hidive

v0.1.92

22 Oct 19:20
26b9c3a
Compare
Choose a tag to compare

Fix minor lint warnings and improve code quality (#25)

  • optimize imports and remove unused imports
  • unused variables commented out or underscore applied
  • comment unused functions
  • snake based name for anchorseq
  • clippy: add #[must_use] to functions
  • Fix: Disambiguate to_owned method call in graph.insert to resolve multiple applicable items error
  • Fix: Correct function signatures to resolve Clippy lints errors
  • Fix: Change argument to be passed by reference instead of by value
  • Fix: error: boolean to int conversion using if. for in_degree and out_degreee functions
  • Fix: inefficient_to_string. error: calling to_string on &&std::string::String
  • Fix: cast_possible_truncation. error: casting usize to u8 may truncate the value
  • Fix: cast_possible_truncation. Example error: casting usize to u8 may truncate the value
  • added function doc for function which may panic (cargo lint)
  • Fix items in documentation is missing backticks (cargo lint)
  • Fix "method/function could have a #[must_use] attribute" (cargo lint)
  • Fix "Variables can be used directly in the format" (cargo lint)
  • Fix "error: needless use of for_each" (cargo lint)
  • Fix "avoid wildcard imports" (cargo lint)
  • Fix "avoid implicitly cloning" (cargo lint)
  • Fix "docs for function returning Result missing # Errors section" (cargo lint)
  • Fix "test function passing of variable type" (cargo lint)
  • Fix:removed enumerate where needed, unused imports, unused variables (cargo lint)

Co-authored-by: bshifaw [email protected]

v0.1.91

19 Oct 12:54
d07d43e
Compare
Choose a tag to compare

Kvg dep cache (#39)

  • Cache Rust dependencies

v0.1.90

19 Oct 02:37
88bd8b8
Compare
Choose a tag to compare

Kvg dep cache (#38)

  • Cache Rust dependencies for faster builds

v0.1.89

19 Oct 01:45
ea84895
Compare
Choose a tag to compare

Align 150-bp windows from long read panel to reference to guess where to look for short reads (#37)

v0.1.88

16 Oct 20:10
518db67
Compare
Choose a tag to compare

Add eval-model command and refactor train command (#36)

  • Added rock curves to train.rs, added eval_model.rs

  • fixing merger discrepancies, made function to create ml dataset, updated train.sh

  • have the eval_model.rs use the function to create datasets in the train.rs file


Co-authored-by: bshifaw [email protected]

v0.1.87

15 Oct 15:26
Compare
Choose a tag to compare

Save the GFA file too

v0.1.86

15 Oct 15:15
Compare
Choose a tag to compare

Fixed typo

v0.1.85

15 Oct 08:34
Compare
Choose a tag to compare

Restore ci_push workflow

v0.1.84

15 Oct 08:07
Compare
Choose a tag to compare

Configure reference resources for reading CRAM files

v0.1.83

15 Oct 07:55
Compare
Choose a tag to compare

More build streamlining