Releases: pdimens/LepWrap
Releases · pdimens/LepWrap
5.0
Breaking Changes
The config yaml file has been restructured to be hierarchical yaml. PLEASE TEST THIS
Full Changelog: 4.0.1...5.0
4.0.1
4.0
link with zenodo
3.6.2 Update README.md
3.6.1
3.6
Several quality of life improvements:
- Fix #5 by copying the
lastzbinaries into thhttps://github.com/pdimens/LepWrap/settingse conda environment'sbin/directory only if LepWrap is run inside a conda environment - You can now skip LepMap3 or LepAnchor independently
- LepWrap will notify you if it detects you are not in a conda environment (but does not exit, just let's you know)
- Second positional argument to
LepWrapadded, allowing you to specify the config filename, if it's different fromconfig.yml - If defaulting to
config.ymland if it's not found in the project directory, one will be generated with the same defaults that are in the repo - Updated and cleaner logic for edge trimming
- Edge trimming output now comments out the markers instead of removing them from the file (thanks @kstanx via twitter!)
- 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)
- Some optional scripts in
scripts/renamed and comments clarified
Breaking changes
config.yamlwas renamedconfig.yml
Full Changelog: 3.5...3.6
3.4
3.3
Changes
- map selection for
SeparateChromosomesis more smooth now and cutting it off prematurely wont mess things up - removed
iterationsparameter fromconfig.yaml(since the iteration mechanics were changed in a previous release)- you can specify iterations in the
extra_paramsinstead
- you can specify iterations in the
New stuff
paramsscript to pull up the help text for a given LepMap3 or LepAnchor module- this is to accommodate use with the
extra_params
- this is to accommodate use with the
3.2
Changes:
- updated Lep-Map3 binaries to current release (05/05/2021)
- reorganized rules
- split lepanchor rules
- changed folder organization for
10_*(breaking!) - changed some filenames (breaking!)
- (Lep-Map3) reordering markers uses half as many iterations
New:
- adds third
PlaceAndOrientContigsiteration- removes discovered haplotypes between iterations 1 & 2
- extra parameters added for Lep* modules for ultimate flexibility