-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently annotation calling is one of the largest bottlenecks of the pipeline. It is currently split into several rules and accompanying scripts.
Rules
- peak_Transcripts
- peak_ExonIntron
- peak_RMSK
- peak_Transcripts
- peak_junctions
- peak_process
- project_annotations
Scripts
- 05_Anno_ExonIntron.R
05_Anno_Process.R - 05_Anno_RMSK.R
- 05_Anno_Transcript.R
- 05_Anno_junctions.R
- 05_get_site2peak_lookup.sh
- 05_jcounts2peakconnections.py
- 05_peak_annotation.R
- 05_peak_annotation_functions.R
- 06_annotation.Rmd
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
- Speed up performance
- Reduce the number of input/output files required for execution
- Transfer all file creation from R files to snakemake
- Reduce the number of rules required without sacrificing speed considerably
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request