Releases: haddocking/haddock-runner
Releases · haddocking/haddock-runner
v1.6.2
What's Changed
- Bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #70
- replace
strings.Containts
byregex.MatchString
inLoadDataset
by @rvhonorato in #72 - Ignore
cg
input by @rvhonorato in #75 - Bump version by @rvhonorato in #76
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Generalize
.tbl
regex matching inLoadDataset
by @rvhonorato in #68 - bump version by @rvhonorato in #69
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Add multiple mappings to the ModuleParams struct by @rvhonorato in #66
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- repo tweaks and linting by @rvhonorato in #52
- Bump golang.org/x/text from 0.5.0 to 0.7.0 by @dependabot in #53
- Bump golang.org/x/text from 0.7.0 to 0.8.0 by @dependabot in #54
- Bump github.com/golang/glog from 1.0.0 to 1.1.0 by @dependabot in #55
- Rename
benchmark-tools
tohaddock-runner
by @rvhonorato in #56 - Bump github.com/golang/glog from 1.1.0 to 1.1.1 by @dependabot in #57
- Bump golang.org/x/text from 0.8.0 to 0.9.0 by @dependabot in #58
- Bump golang.org/x/text from 0.9.0 to 0.10.0 by @dependabot in #59
- Bump golang.org/x/text from 0.10.0 to 0.11.0 by @dependabot in #60
- Bump golang.org/x/text from 0.11.0 to 0.12.0 by @dependabot in #61
- Bump github.com/golang/glog from 1.1.1 to 1.1.2 by @dependabot in #62
- Generalize
ValidateExecutable
to pass if file is executable by any by @rvhonorato in #64
New Contributors
- @dependabot made their first contribution in #53
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Allow for expandable parameters by @rvhonorato in #47
- Raise an error when repeated modules are found in
config.yml
by @rvhonorato in #48 - bugfix when writing
N_COMP
inrun.param
by @rvhonorato in #49 - dont allow patterns that match each other across scenarios by @rvhonorato in #51
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- add support for runs without ligand by @rvhonorato in #44
Full Changelog: v1.3.3...v1.4.0
v1.3.3
v1.3.2
What's Changed
- bugfix Add
src/
sub-path toLoadHaddock3Params
by @rvhonorato in #39
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- bugfix: fix incomplete support for relative paths by @rvhonorato in #37
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- documentation: Update README.md by @rvhonorato in #26
- feature: Add extra support for
_fname
parameters with.pdb
files by @rvhonorato in #29 - feature: Add support to extra restraints by @rvhonorato in #31
- bugfix: Allow PDB files that do not match receptor/ligand suffixes in
input_list
by @rvhonorato in #28 - bugix: Print usage when no arguments are input by @rvhonorato in #35
Full Changelog: v1.2.0...v1.3.0