-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
0103f04
commit 62f85ab
Showing
45 changed files
with
1,019 additions
and
1,246 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
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,2 @@ | ||
inputs | ||
outputs |
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 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 @@ | ||
rm -rf input output |
Oops, something went wrong.