ness-lab / mrt

0 stars 2 forks source link

Changing output paths and bgzipping #14

Closed James-S-Santangelo closed 4 years ago

James-S-Santangelo commented 4 years ago

Meant to do this as two separate PRs (output directories + bgzipping) but I committed to the wrong branch and decided to role with it rather than resetting.

Closes #5

Closes #13

I think it's nicer having separate output directories for two reasons:

  1. It's cleaner
  2. Parameter combinations that take different lengths of time to run (e.g., N = 10 vs. N = 1000) are more self contained. This avoids functions that rely on file extensions from operating on files created by a different set of simulations when they're being run in parallel.
aays commented 4 years ago

Looks like merging the random seed PR created a conflict above -- whoops. Seems a quick fix though!