Giter VIP home page Giter VIP logo

compass's People

Contributors

asarigun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

compass's Issues

for reduce method

hi,

Thank you for providing this interesting work! I have a question regarding the usage of the "reduce" method.. It seems that the developer only supports the Unix version, and I am using the Windows operating system which may not be compatible.

while I try to run the compass script without reduce method, the following warning info:

    print("***** WARNING: reduce is not installed      *****")
    print("***** WARNING: clashes and interaction fingerprinting may not work *****")
    print("***** WARNING: we highly recommend using reduce as in the paper for comparison *****")
    print("***** WARNING: Install instructions in README.md *****")

If I run the Compass method without using "reduce" method will it still function correctly? Will it affect the accuracy and precision of the predicted results of docking?

many thanks,

Best,

AttributeError: type object 'Molecule' has no attribute 'from_file'

hi,

please see the below error.

Traceback (most recent call last):
  File "c:\Users\lsy\anaconda3\envs\diffdock112\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\Users\lsy\anaconda3\envs\diffdock112\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "d:\Cheminfo_Workshop\5_Docking_Lab\Compass-main\main_inference.py", line 327, in <module>
    main()
  File "d:\Cheminfo_Workshop\5_Docking_Lab\Compass-main\main_inference.py", line 324, in main
    recursive_docking_and_processing(args)
  File "d:\Cheminfo_Workshop\5_Docking_Lab\Compass-main\main_inference.py", line 87, in recursive_docking_and_processing
    binding_aff, clashes, strain, confidence_value = process_sdf_file(write_dir, sdf_file, args, protein_path_list, iteration, ligand_description)
  File "d:\Cheminfo_Workshop\5_Docking_Lab\Compass-main\main_inference.py", line 168, in process_sdf_file
    clashes, strain, inter_dict = posecheck_eval(protein_path, input_sdf_path)
  File "d:\Cheminfo_Workshop\5_Docking_Lab\Compass-main\compass.py", line 83, in posecheck_eval
    pc.load_protein_from_pdb(protein_file)
  File "d:\cheminfo_workshop\5_docking_lab\compass-main\posecheck\posecheck\posecheck.py", line 59, in load_protein_from_pdb
    self.protein = load_protein_from_pdb(pdb_path, reduce_path=self.reduce_path)
  File "d:\cheminfo_workshop\5_docking_lab\compass-main\posecheck\posecheck\utils\loading.py", line 85, in load_protein_from_pdb
    prot = plf.Molecule.from_file(tmp_path)
AttributeError: type object 'Molecule' has no attribute 'from_file'

I used the ProLIF version 2.0.3 as environment.yml depicted. however, the current version of ProLIF has remove the 'from_file" function from the Molecule class. May I know which right version of ProLIF you are using that still can allow for the proper usage of 'from_file" function?

many thanks,

Best,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.