-
Notifications
You must be signed in to change notification settings - Fork 0
ideas - future improvments #4
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Here is a non-exhaustive list of idea I could implement:
- TransDecoder-Predict capture the log and check if it ends correctly
otherwise, re-run it with the parameter--no_refine_starts. - Clarify the 3 steps: use the right vocabulary, eg "peptide sequence"
instead of "cds" - add a
requirements.txt? - check if a steps ended properly:
- trimmomatic output the information in STDOUT/STDERR
(TrimmomaticPE: Completed successfully) - Trinity too ("All commands completed successfully. :-)")
- trimmomatic output the information in STDOUT/STDERR
- Tweak tool parameters by passing them to the command line:
- trimmomatic MINLEN:32 SLIDINGWINDOW:10:20 LEADING:5 TRAILING:5
- MMseqs2: cluster mode; sensitivity, min seq ID, ...
- Add a dict to store the subpath values
- eg:
- {"00" : "00_FastQC_raw",
- "01" : "01_trimmomatic",
- ... }
- eg:
- Add Tiara for the identification of
Eukaryotic data : the aim would be to drop prokaryotic sequences - clean
krypton/tasks/ko_annot.pyand make it usable alone- Add arguments parser for this script!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request