forked from refresh-bio/kmer-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
83,770 additions
and
41 deletions.
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: C/C++ CI | ||
|
||
on: | ||
push: | ||
branches: [ master, v2, feature/tests ] | ||
pull_request: | ||
branches: [ master, v2, feature/tests ] | ||
|
||
jobs: | ||
|
||
linux-test: | ||
name: Linux test | ||
runs-on: ubuntu-latest | ||
env: | ||
INPUT_DIR: ./test/virus | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: make | ||
run: make | ||
|
||
- name: build + all2all (default k) | ||
run: | | ||
./kmer-db build -multisample-fasta ${INPUT_DIR}/sequences.list k18.db | ||
./kmer-db all2all k18.db k18.csv | ||
cmp k18.csv ${INPUT_DIR}/k18.csv | ||
- name: build + all2all (k=24) | ||
run: | | ||
./kmer-db build -k 24 -multisample-fasta ${INPUT_DIR}/sequences.list k24.db | ||
./kmer-db all2all k24.db k24.csv | ||
cmp k24.csv ${INPUT_DIR}/k24.csv | ||
- name: distance (default k) | ||
run: | | ||
./kmer-db distance jaccard min max cosine mash k18.csv | ||
cmp k18.csv.jaccard ${INPUT_DIR}/k18.csv.jaccard | ||
cmp k18.csv.min ${INPUT_DIR}/k18.csv.min | ||
cmp k18.csv.max ${INPUT_DIR}/k18.csv.max | ||
cmp k18.csv.cosine ${INPUT_DIR}/k18.csv.cosine | ||
cmp k18.csv.mash ${INPUT_DIR}/k18.csv.mash | ||
macos-build: | ||
name: macOS test | ||
runs-on: macOS-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: make | ||
run: make | ||
|
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 |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
*.sqlite | ||
*.json | ||
*.suo | ||
/src/kmer_db.vcxproj.user |
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.