-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(annotation): mmseqs speedup (#348)
* feat(annotation): chunk input fasta for mmseqs jobs * feat(config): add mmseqs2 chunkSize parameter * fix(annotation): adjust output file pattern * fix(annotation): use correct chunkSize parameter * fix(annotation): remove header * fix(annotation): set default value for chunkSize * feat(annotation): use newest mmseqs version with increased chunk size * fix(annotation): add entrypoint for mmseqs annotation * feat(annotation): introduce uniref90 * fix(annotation): add additional params to mmseqs section * feat(annotation): mmseqs output is collected and split by bin id * fix(annotation): use correct cpu instruction set in mmseqs taxonomy * fix(annotation): remove deprecated parameter * fix(annotation): provide more RAM to collect process * fix(annotation): set correct arity for Kegg output channel * fix(plasmids): filter out chunkSize parameter * fix(plasmids): use correct input parameter for map operator * fix(tests): use uniref90 instead of nr * fix(annotation): fix typos Co-authored-by: bosterholz <[email protected]> * fix(annotation): fix more typos Co-authored-by: bosterholz <[email protected]> * doc(annotation): describe the collection part of the data chunking --------- Co-authored-by: bosterholz <[email protected]>
- Loading branch information
1 parent
7605f0f
commit 95b5d6a
Showing
16 changed files
with
366 additions
and
161 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
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 @@ | ||
FROM ghcr.io/soedinglab/mmseqs2:15-6f452 | ||
RUN apt update && apt install -y procps |
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 @@ | ||
15-6f452-0 |
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
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
Oops, something went wrong.