Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about make_dataset.py #8

Open
lijiashan2020 opened this issue Mar 31, 2022 · 1 comment
Open

about make_dataset.py #8

lijiashan2020 opened this issue Mar 31, 2022 · 1 comment

Comments

@lijiashan2020
Copy link

Hi,
Thank you for your Open source work, and I have a question, when I run the command:

python src/make_dataset.py ./data/DIPS/raw/pdb ./data/DIPS/interim

I got error as follow:

2022-03-31 21:38:43,233 INFO 186563: making final data set from interim data
2022-03-31 21:49:30,643 INFO 186563: 273661 requested keys, 273661 produced keys, 0 work keys
2022-03-31 21:49:30,712 WARNING 186563: Complex file ./data/DIPS/interim/complexes/complexes.dill already exists!
Traceback (most recent call last):
  File "/data/DIPS/src/make_dataset.py", line 45, in <module>
    main()
  File "/extendplus/app/miniconda3/envs/py39/lib/python3.9/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/extendplus/app/miniconda3/envs/py39/lib/python3.9/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/extendplus/app/miniconda3/envs/py39/lib/python3.9/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/extendplus/app/miniconda3/envs/py39/lib/python3.9/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/extendplus/jiashan/equidock_public/DIPS/src/make_dataset.py", line 36, in main
    get_pairs = pair.build_get_pairs(type, unbound, get_neighbors, False)
TypeError: build_get_pairs() missing 1 required positional argument: 'full'

Could you please help me with this error?
Thanks!

@lizhenping
Copy link

Hi, Thank you for your Open source work, and I have a question, when I run the command:

python src/make_dataset.py ./data/DIPS/raw/pdb ./data/DIPS/interim

I got error as follow:

2022-03-31 21:38:43,233 INFO 186563: making final data set from interim data
2022-03-31 21:49:30,643 INFO 186563: 273661 requested keys, 273661 produced keys, 0 work keys
2022-03-31 21:49:30,712 WARNING 186563: Complex file ./data/DIPS/interim/complexes/complexes.dill already exists!
Traceback (most recent call last):
  File "/data/DIPS/src/make_dataset.py", line 45, in <module>
    main()
  File "/extendplus/app/miniconda3/envs/py39/lib/python3.9/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/extendplus/app/miniconda3/envs/py39/lib/python3.9/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/extendplus/app/miniconda3/envs/py39/lib/python3.9/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/extendplus/app/miniconda3/envs/py39/lib/python3.9/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/extendplus/jiashan/equidock_public/DIPS/src/make_dataset.py", line 36, in main
    get_pairs = pair.build_get_pairs(type, unbound, get_neighbors, False)
TypeError: build_get_pairs() missing 1 required positional argument: 'full'

Could you please help me with this error? Thanks!

Hi:
You can follow this:
https://github.com/BioinfoMachineLearning/DIPS-Plus/blob/main/project/datasets/builder/make_dataset.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants