UCSC-Treehouse / pipelines

Makefiles to run dockerized pipelines used in Treehouse on a single sample
Apache License 2.0
3 stars 6 forks source link

Fusion update: Fixes #17 and #24 - fusion-generated bams go into derived; standalone fusion option #31

Closed e-t-k closed 5 years ago

e-t-k commented 5 years ago

issues: #17, #24

implementation: breaks out code previously in process() into functions _fusions() (run fusion on one sample) and _setup() (sets up the fastq files for one sample). Then adds new function fusion() which runs only those steps.