-
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.
- Loading branch information
Showing
7 changed files
with
4 additions
and
8 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
kmtricks pipeline --file fof1.txt --run-dir D1 --hard-min 1 --kmer-size 25 --mode hash:bf:bin | ||
kmtricks pipeline --file fof2.txt --run-dir D2 --hard-min 1 --kmer-size 25 --mode hash:bf:bin | ||
kmindex build --fof fof1.txt --run-dir ./D1 --index ./G --register-as D1 --hard-min 1 --kmer-size 25 --bloom-size 1000000 | ||
kmindex build --fof fof2.txt --run-dir ./D2 --index ./G --register-as D2 --hard-min 1 --kmer-size 25 --bloom-size 1000000 |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.