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

Improve manual installation instruction #274

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Improve manual installation instruction #274

merged 1 commit into from
Jul 11, 2023

Conversation

HarryHung
Copy link
Contributor

Without

python3 setup.py build
python3 setup.py install

The wrapper script won't function properly, e.g.

Traceback (most recent call last):
  File "/lustre/scratch125/pam/teams/team284/ch31/poppunk_test/PopPUNK/poppunk_assign-runner.py", line 13, in <module>
    main()
  File "/lustre/scratch125/pam/teams/team284/ch31/poppunk_test/PopPUNK/PopPUNK/assign.py", line 151, in main
    from .sketchlib import checkSketchlibLibrary
  File "/lustre/scratch125/pam/teams/team284/ch31/poppunk_test/PopPUNK/PopPUNK/sketchlib.py", line 20, in <module>
    from .utils import readRfile, stderr_redirected
  File "/lustre/scratch125/pam/teams/team284/ch31/poppunk_test/PopPUNK/PopPUNK/utils.py", line 28, in <module>
    import poppunk_refine
ModuleNotFoundError: No module named 'poppunk_refine'

@johnlees johnlees merged commit e084479 into bacpop:master Jul 11, 2023
@HarryHung HarryHung deleted the patch-1 branch July 11, 2023 10:40
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

Successfully merging this pull request may close these issues.

2 participants