Skip to content

Commit

Permalink
extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Jul 17, 2022
1 parent 1bcfd06 commit e41dbaa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 37 deletions.
30 changes: 0 additions & 30 deletions conda/moldrug/script.py

This file was deleted.

4 changes: 2 additions & 2 deletions moldrug/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
__version__ = version = '0.0.1b9.post1.dev0'
__version_tuple__ = version_tuple = (0, 0, 1, 'dev0')
__version__ = version = '0.0.1b9.post1.dev22'
__version_tuple__ = version_tuple = (0, 0, 1, 'dev22')
8 changes: 4 additions & 4 deletions moldrug/data/config_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
r_x0161 = """
main:
type: GA
njobs: 3
njobs: 2
seed_smiles: COC(=O)C=1C=CC(=CC1)S(=O)(=O)N
costfunc: Cost
costfunc_kwargs:
Expand All @@ -18,11 +18,11 @@
- 22.5
- 22.5
exhaustiveness: 4
ncores: 4
ncores: 6
num_modes: 1
crem_db_path: /home/ale/GITLAB/bi_crem_database/replacements02_sc2.5.db
maxiter: 10
popsize: 10
maxiter: 2
popsize: 2
beta: 0.001
pc: 1
get_similar: False
Expand Down
2 changes: 1 addition & 1 deletion tests/test_moldrug.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from rdkit import Chem
from moldrug import utils, fitness
from moldrug.data import receptors, ligands, boxes
from moldrug.data import receptors, ligands, boxes, config_yaml
import tempfile, os, gzip, shutil, requests
from multiprocessing import cpu_count

Expand Down

0 comments on commit e41dbaa

Please sign in to comment.