Skip to content

v1.2

Latest
Compare
Choose a tag to compare
@gwct gwct released this 24 Aug 23:48
· 7 commits to master since this release
  • Changed multi-processing procedure to read through the input file line-by-line and process chunks of input in parallel. This replaces the previous strategy of splitting the input file into separate files to process, which resulted in undesired duplications of large files and multiple reads of the input file.
  • Improved logging to give more frequent updates as the program is running and better formatting of the updates.
  • Removed the -i option that allowed for multiple input files to be specified in a single run. Equivalent behavior can be replicated by the user running Referee multiple times on multiple input files with job scheduling tools (such as SLURM or GNU parallel).
  • Removed 100GB input file size limitation.