Skip to content

3.6

Compare
Choose a tag to compare
@pdimens pdimens released this 30 Jan 17:01
· 92 commits to main since this release

Several quality of life improvements:

  1. Fix #5 by copying the lastz binaries into thhttps://github.com/pdimens/LepWrap/settingse conda environment's bin/ directory only if LepWrap is run inside a conda environment
  2. You can now skip LepMap3 or LepAnchor independently
  3. LepWrap will notify you if it detects you are not in a conda environment (but does not exit, just let's you know)
  4. Second positional argument to LepWrap added, allowing you to specify the config filename, if it's different from config.yml
  5. If defaulting to config.yml and if it's not found in the project directory, one will be generated with the same defaults that are in the repo
  6. Updated and cleaner logic for edge trimming
  7. Edge trimming output now comments out the markers instead of removing them from the file (thanks @kstanx via twitter!)
  8. Edge trimming for LepMap3 now rescales the passing markers to 0 (what the LepAnchor trimming was already doing). The removed markers are scaled as well to keep the numerical relationships between markers consistent, in case you wanted to investigate later. (thanks @makopyan)
  9. Some optional scripts in scripts/ renamed and comments clarified

Breaking changes

  • config.yaml was renamed config.yml

Full Changelog: 3.5...3.6