Skip to content

mSWEEP-v1.5.1 (9 November 2021)

Compare
Choose a tag to compare
@tmaklin tmaklin released this 09 Nov 13:46
· 342 commits to master since this release
9e17766

Finally published edition.

DOI

New features

  • New --version toggle prints the version of the program.
  • New --cite toggle prints the citation information for the mSWEEP article in Wellcome Open Research.

Documentation

  • Added info about the doi for specific versions of mSWEEP to the readme file.

Build pipeline changes

  • Download dependencies that are used by mSWEEP and/or some other dependencies only once and reuse them.
  • Download cxxio when building instead of shipping with mSWEEP.

Files restructuring

  • Moved config files from the main folder into config/.

Code restructuring

  • Renamed main.cpp to mSWEEP.cpp.
  • Use functions from dependencies when available instead of copying them to the mSWEEP source code.