-
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.
[MRG] use
sourmash prefetch
from sourmash v4.1.0 (#68)
* use sourmash prefetch * adjust sourmash versions etc etc * add fastp; output interleaved * clean up * change length required from 31 to 25 to match previous trimmomatic params * need to gzip interleaved output * fix location for fastp reports * update dependencies * make tempdir location a configurable list to try; fix possible collisions * default to config tempdir * fix sourmash to be conda installed, not pip installed * ignore errors in removing temp dir * remove unneeded tools Co-authored-by: N Tessa Pierce <[email protected]>
- Loading branch information
Showing
6 changed files
with
33 additions
and
111 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
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 |
---|---|---|
|
@@ -5,3 +5,6 @@ sourmash_compute_ksizes: | |
- 51 | ||
sourmash_scaled: 1000 | ||
|
||
# by default, leave stuff in /tmp | ||
tempdir: | ||
- /tmp |
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,2 +1,5 @@ | ||
sourmash_database_glob_pattern: /home/irber/sourmash_databases/outputs/sbt/genbank-*x1e5*k31* | ||
sourmash_database_ksize: 31 | ||
tempdir: | ||
- /scratch | ||
- /tmp |
This file was deleted.
Oops, something went wrong.