Skip to content

Commit

Permalink
Major release of version 2.3:
Browse files Browse the repository at this point in the history
- Added container classes to increase abstraction.
- Increased efficiency of computations and memory usage.
- All variant calls are now stored in the build output, including reference. This reduces reference bias by rejecting calls.
- Simplified input parameters (call quality is no longer considered).
- Removed deprecated/redundant and cleaned up code.
  • Loading branch information
s-t-h committed Mar 28, 2024
1 parent 37ab3cf commit 03cced8
Show file tree
Hide file tree
Showing 40 changed files with 2,498 additions and 2,837 deletions.
383 changes: 345 additions & 38 deletions README.md

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Set meta-information for the project build.
*/
version 'v2.2'
version 'v2.3'
group 'de.tue.it'

println "Project: $project"
Expand Down Expand Up @@ -84,17 +84,14 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
implementation 'org.biojava:biojava-core:5.4.0'
implementation 'org.biojava:biojava-genome:5.4.0'
implementation 'org.biojava:biojava-structure:5.4.0'
implementation 'com.github.cliftonlabs:json-simple:4.0.1'
implementation 'org.javatuples:javatuples:1.2'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson-extras:2.8.5'
implementation 'net.sourceforge:javaml:0.1.7'
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'com.aayushatharva.brotli4j:brotli4j:1.12.0'
implementation 'com.aayushatharva.brotli4j:native-windows-x86_64:1.12.0'
implementation 'com.aayushatharva.brotli4j:native-linux-x86_64:1.12.0'
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'com.github.java-json-tools:json-schema-validator:2.2.14'
}

Expand Down
Binary file removed examples/m_tuberculosis.tar.gz
Binary file not shown.
Binary file added media/icon.ico
Binary file not shown.

This file was deleted.

181 changes: 0 additions & 181 deletions musial_build_configuration_schema/schema_doc.css

This file was deleted.

1 change: 0 additions & 1 deletion musial_build_configuration_schema/schema_doc.html

This file was deleted.

1 change: 0 additions & 1 deletion musial_build_configuration_schema/schema_doc.min.js

This file was deleted.

Loading

0 comments on commit 03cced8

Please sign in to comment.