-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into z-plan-restraints
- Loading branch information
Showing
173 changed files
with
48,448 additions
and
3,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
You are about to submit a new Pull Request. Before continuing make sure you read the [contributing guidelines](CONTRIBUTING.md) and that you comply with the following criteria: | ||
You are about to submit a new Pull Request. Before continuing make sure you read the [contributing guidelines](CONTRIBUTING.md). | ||
|
||
- [ ] You have sticked to Python. Please talk to us before adding other programming languages to HADDOCK3 | ||
- [ ] Your PR is about CNS | ||
- [ ] Your code is well documented: proper docstrings and explanatory comments for those tricky parts | ||
- [ ] You structured the code into small functions as much as possible. You can use classes if there is a (state) purpose | ||
- [ ] Your code follows our coding style | ||
- [ ] You wrote tests for the new code | ||
- [ ] `tox` tests pass. *Run `tox` command inside the repository folder* | ||
- [ ] `-test.cfg` examples execute without errors. *Inside `examples/` run `python run_tests.py -b`* | ||
- [ ] PR does not add any dependencies, unless permission granted by the HADDOCK team | ||
- [ ] PR does not break licensing | ||
- [ ] Your PR is about writing documentation for already existing code :fire: | ||
- [ ] Your PR is about writing tests for already existing code :godmode: | ||
## Checklist | ||
|
||
--- | ||
- [ ] Tests added for the new code | ||
- [ ] Documentation added for the code changes | ||
- [ ] Does not break licensing | ||
- [ ] Does not add any dependencies, if it does please add a thorough explanation | ||
|
||
<!-- Carefully explain what changed you made to the code, make sure the title reflects the changes --> | ||
## Summary of the Pull Request | ||
<!-- Describe what changes were made to the code, what was added, removed, etc. --> | ||
|
||
## Related Issue | ||
<!-- If this PR is related to an issue, please link it here --> | ||
|
||
## Additional Info | ||
<!-- Any additional information that might be helpful, if applicable --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# HADDOCK3 DISCLAIMER | ||
|
||
The HADDOCK3 software is provided "as is" and without warranties. | ||
The authors of the software will not be held liable for any use of the HADDOCK3 package and derivatives/results. | ||
|
||
Some of HADDOCK3 modules use the CNS software (<http://cns-online.org/v1.3/>) (Crystallography and NMR System) | ||
as computational engine. | ||
|
||
While CNS is free of use for non-profit users, a proper license is required for commercial applications. | ||
Biovia is handling those licenses (<https://www.3ds.com/how-to-buy/contact-sales>). | ||
While they officially do not distribute CNS (CNX) anymore, they usually allow the use of the non-profit version | ||
provided a proper license is purchased for some of their modelling software. | ||
|
||
The HADDOCK3 modules using CNS are: | ||
|
||
- topology modules: | ||
- topoaa | ||
- topocg | ||
|
||
- sampling modules: | ||
- rigidbody | ||
|
||
- refinement modules: | ||
- flexref | ||
- emref | ||
- mdref | ||
|
||
- scoring modules: | ||
- emscoring | ||
- mdscoring | ||
|
||
- analysis modules: | ||
- alascan | ||
|
||
Commercial use of any of the above-mentioned modules in a HADDOCK3 workflow will thus require a proper CNS license. | ||
It is your responsibility as a user to make sure you have such a license. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.