brettc / partitionfinder

PartitionFinder discovers optimal partitioning schemes for DNA sequences.
Other
60 stars 42 forks source link

Allow for relocation of output folder #34

Open brettc opened 9 years ago

brettc commented 9 years ago

Currently, output is dumped into a subfolder below the configuration files. This doesn't allow for separation of the results from configuration. This would be useful for our own testing (so we don't clog up the development folders with output), but also (I imagine) in situations where large amounts of output would be better off in a separate place from the configuration. (Note: we need to make sure that the "restart" tests are working again before doing this).