-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve annotation in pipeline #125
Labels
enhancement
New feature or request
Comments
Rule ExonIntronProject infoThree projects were created from previous runs to complete benchmarking analysis
File info
Project input/output files are located here:
Script callingScript location:
Example R script (SameStrand, proj_1):
Example R script (OppoStrand, proj_1):
|
Create DAG of pipeline v2.0 for review |
Improved IE_calling speed in 05_peak_annotation_functions.R. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently annotation calling is one of the largest bottlenecks of the pipeline. It is currently split into several rules and accompanying scripts.
Rules
Scripts
05_Anno_Process.R
The general workflow is to run each annotation type separately before merging into one RMD file. This requires a significant amount of time, and is generating individual jobs per sample per rule, which also utilizes more Biowulf resources than maybe necessary.
Goals for the re-write
The text was updated successfully, but these errors were encountered: