Skip to content

Commit

Permalink
Just Bio (#36)
Browse files Browse the repository at this point in the history
* build samtools

* bio hash not ready

* Remove unnecessary bio scripts and input setup script

* Refactor bio scripts and input setup

- Renamed `bio/inputs.sh` to `bio/deps.sh` and removed unnecessary code.
- Updated `bio/run.sh` to use the correct input file name.
- Removed unused code from `bio/input.sh`.
- Cleaned up `bio/verify.sh` and added comments.

Closes #27

* nlp no pass?

* nlp?

* Rename input_all to input and add input_small

Signed-off-by: Evangelos Lamprou <[email protected]>

* Fix verify output format

Signed-off-by: Evangelos Lamprou <[email protected]>

* Fix bio

Signed-off-by: Evangelos Lamprou <[email protected]>

---------

Signed-off-by: Evangelos Lamprou <[email protected]>
Co-authored-by: Zhuoxuan Zhang <[email protected]>
Co-authored-by: Evangelos Lamprou <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent 0103f04 commit 62f85ab
Show file tree
Hide file tree
Showing 45 changed files with 1,019 additions and 1,246 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
benchmark: [nlp, file-enc, unix50, log-analysis, max-temp, media-conv, sklearn, covid-mts, riker, oneliners, web-index]
benchmark: [nlp, file-enc, unix50, log-analysis, max-temp, media-conv, sklearn, covid-mts, riker, oneliners, web-index, bio]

steps:
- name: Checkout code
Expand Down
2 changes: 2 additions & 0 deletions bio/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
inputs
outputs
33 changes: 0 additions & 33 deletions bio/bio-align/bio.sh

This file was deleted.

42 changes: 0 additions & 42 deletions bio/bio-align/genome-diff.sh

This file was deleted.

75 changes: 0 additions & 75 deletions bio/bio-align/genquality.sh

This file was deleted.

1 change: 0 additions & 1 deletion bio/bio1/README

This file was deleted.

4 changes: 0 additions & 4 deletions bio/bio1/bam_to_sam.sh

This file was deleted.

73 changes: 0 additions & 73 deletions bio/bio1/bio2.sh

This file was deleted.

10 changes: 0 additions & 10 deletions bio/bio1/bio3.sh

This file was deleted.

6 changes: 0 additions & 6 deletions bio/bio1/convert_to_fast.sh

This file was deleted.

19 changes: 0 additions & 19 deletions bio/bio1/generate_single_chrom.sh

This file was deleted.

3 changes: 0 additions & 3 deletions bio/bio1/remove_adapter.sh

This file was deleted.

77 changes: 0 additions & 77 deletions bio/bio1/setup.sh

This file was deleted.

6 changes: 0 additions & 6 deletions bio/bio1/trim_primers.sh

This file was deleted.

1 change: 1 addition & 0 deletions bio/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf input output
Loading

0 comments on commit 62f85ab

Please sign in to comment.