Skip to content

Commit

Permalink
v1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadbkh committed Sep 7, 2024
2 parents 6596ef8 + e46f7db commit c7f1c77
Show file tree
Hide file tree
Showing 12 changed files with 2,627 additions and 1,197 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/target
/.idea
/testing_data/output*/**
/testing_data/output/ds*/*
/testing_data/output_thread/ds*/*
/testing_data/output_thread_2/ds*/*
Cargo.lock
/testing_data/output*

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mgikit"
version = "0.1.6"
version = "1.0.0-beta"
edition = "2021"
authors = ["Ziad Al Bkhetan <[email protected]>"]
repository = "https://github.com/sagc-bioinformatics/mgikit"
Expand All @@ -24,6 +24,9 @@ glob = "0.3.1"
log = "0.4"
env_logger = "0.10.1"
sysinfo = "0.24.0"
fastq = "0.6.0"
num_cpus = "1.16.0"
rayon = "1.10.0"

[dev-dependencies]
md5 = "0.7.0"
Expand Down
Loading

0 comments on commit c7f1c77

Please sign in to comment.