Releases: ReddyLab/bird-workflow
Releases · ReddyLab/bird-workflow
Initial release of BIRD workflow
CWL workflow (bird_worklow) to generate count tables from alignment files and run BIRD. This includes the following sub-workflows / steps:
- mpileups. Generate variant pileup counts from alignment files (BAMs) over locations (single basepair genomic coordinates).
- combine_counts. Create a combined count table following the expected BIRD input file format.
- bird_scatter_values. Add logic to divide the set of variants in order to parallelize and speed up running BIRD.
- bird. BIRD CWL wrapper to identify allele-specific regulatory activity using a bayesian framework.
A BIRD Docker file and image are provided.