broadinstitute / ABC-Enhancer-Gene-Prediction

Cell type specific enhancer-gene predictions using ABC model (Fulco, Nasser et al, Nature Genetics 2019)
MIT License
203 stars 62 forks source link

use distributed pytest #204

Closed atancoder closed 8 months ago

atancoder commented 8 months ago

This allows us to run multiple tests in parallel on CircleCI. CircleCI only has 2 cores, but we specify using 4, since many of our processes can be I/O bound