-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prodigal and hmmer verbose bug (#90)
- 🔥 Remove verbose flags. - 🔥 Remove log flag from hmmer.py - 🎨 Change prodigal.run and hmmer.hmmscan to annotate with respective funcs parallel and sequential. - 🎨 Aggregation of ORFs in prodigal performed with aggregrate_orfs func. - 🎨 Change subprocess.call to subprocess.run - 🎨 when GNU parallel called, use shell=True for subprocess.run otherwise use default shell=False - 🎨💚 Isolate main block and move if name == main to bottom. - 🎨📝🐎 Add hmmer serial/parallel modes. - 🎨 Add gnu-parallel arg to parameters. - 🎨 Default hmmscan from standalone module now runs in serial mode. - 🎨🔥 Remove unnecessary variable assignment. - 🎨🔥 Remove unnecessary proc.check_returncode(). - 🔥📝 Remove unused log parameter in hmmscan func. - 🔥📝 Add note to docstring.
- Loading branch information
1 parent
67387c5
commit 16bfca4
Showing
2 changed files
with
224 additions
and
188 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
Oops, something went wrong.