Skip to content

Commit

Permalink
Merge pull request #211 from nostrumbiodiscovery/devel
Browse files Browse the repository at this point in the history
Release 1.6.1
  • Loading branch information
martimunicoy authored Nov 22, 2021
2 parents 66b17a4 + 4d99b71 commit 9cfd4d8
Show file tree
Hide file tree
Showing 117 changed files with 64,567 additions and 2,884 deletions.
6 changes: 1 addition & 5 deletions add_new_feature.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Go to features.py and:
1) Add the default of your features


"induced_fit_exhaustive" : {"spawning_type": "independent", "bias_column": 5, "epsilon":0.25, "density": "null",
"induced_fit_long" : {"spawning_type": "independent", "bias_column": 5, "epsilon":0.25, "density": "null",
"simulation_type": "pele", "iterations": 1, "pele_steps": 1000,
"cluster_values": "[1.75, 2.5, 4, 6]", "cluster_conditions": "[1, 0.6, 0.4, 0.0]",
"steric_trials": 500, "overlap_factor": 0.65, "params": pcs.INDUCED_FIT,
Expand All @@ -23,7 +23,3 @@ self.induced_fit_fast = data.get("induced_fit_fast", False)


That's it!




3 changes: 2 additions & 1 deletion devtools/conda_envs/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: peleplatform

channels:
- nostrumbiodiscovery
- martimunicoy
- conda-forge

dependencies:
- python=3.8
- pyparsing=2.4.7
- pele_platform

5 changes: 2 additions & 3 deletions devtools/conda_envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: peleplatform_env

channels:
- nostrumbiodiscovery
- martimunicoy
- conda-forge

dependencies:
Expand All @@ -24,7 +23,7 @@ dependencies:
- pandas==1.2.3
- frag_pele==3.1.1
- pppele==1.0.8
- peleffy==1.3.3
- peleffy==1.3.4
- hdbscan==0.8.27
- mdtraj==1.9.5

- pyparsing==2.4.7
3 changes: 2 additions & 1 deletion devtools/conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ requirements:
- rdkit
- frag_pele==3.1.1
- pppele==1.0.8
- peleffy==1.3.3
- peleffy==1.3.4
#- drug_learning not ready yet
- hdbscan==0.8.27
- mdtraj==1.9.5
- seaborn
- pyparsing==2.4.7

test:
imports:
Expand Down
182 changes: 0 additions & 182 deletions docs/_sources/changelog/index.rst.txt

This file was deleted.

60 changes: 0 additions & 60 deletions docs/_sources/cheatsheet/frag/index.rst.txt

This file was deleted.

17 changes: 0 additions & 17 deletions docs/_sources/cheatsheet/index.rst.txt

This file was deleted.

Loading

0 comments on commit 9cfd4d8

Please sign in to comment.