-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* extra read entry columns in fasten_kmer * single end normalizing * paired end kmer counting with remembering reads * docs for normalizing * mkdir reportsDir * rm -rf docs-md * additional inline docs * add in unit tests for this branch
- Loading branch information
Showing
12,480 changed files
with
474,645 additions
and
1,205 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
on: | ||
push: | ||
branches: [master,main,unit-test] | ||
branches: [master,main,unit-test,fasten_normalize] | ||
|
||
|
||
name: CI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
on: | ||
push: | ||
branches: [master,benchmarking] | ||
branches: [master,benchmarking,fasten_normalize] | ||
|
||
|
||
name: benchmarking | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fasten" | ||
version = "0.4.4" | ||
version = "0.5.0" | ||
authors = ["Lee Katz <[email protected]>"] | ||
#license-file = "LICENSE" | ||
license = "MIT" | ||
|
@@ -83,6 +83,10 @@ path = "src/bin/fasten_progress.rs" | |
name = "fasten_sort" | ||
path = "src/bin/fasten_sort.rs" | ||
|
||
[[bin]] | ||
name = "fasten_normalize" | ||
path = "src/bin/fasten_normalize.rs" | ||
|
||
[dependencies] | ||
regex = "0.2.10" | ||
getopts = "0.2.21" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.