-
Notifications
You must be signed in to change notification settings - Fork 29
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
hello, I have recently been trying to use vcf2gwas, but I have encountered the following issues. Can you please advise me on how to solve them? #19
Comments
Hi, seems like there is a problem with psutil. |
Did you set up a new environment and run vcf2gwas in this environment as detailed under Installation via conda? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello, I have recently been trying to use vcf2gwas, but I have encountered the following issues. Can you please advise me on how to solve them?
vcf2gwas v0.8.8
Initialising..
Traceback (most recent call last):
File "/home/zxl/miniconda3/bin/vcf2gwas", line 10, in
sys.exit(run_main())
File "/home/zxl/miniconda3/lib/python3.9/site-packages/vcf2gwas/main.py", line 73, in run_main
sys.exit(main(timestamp))
File "/home/zxl/miniconda3/lib/python3.9/site-packages/vcf2gwas/main.py", line 39, in main
P = Parser(argvals)
File "/home/zxl/miniconda3/lib/python3.9/site-packages/vcf2gwas/parsing.py", line 225, in init
self.args = getArgs(args)
File "/home/zxl/miniconda3/lib/python3.9/site-packages/vcf2gwas/parsing.py", line 99, in getArgs
"-M", "--memory", metavar="", type=int, default=int(((virtual_memory().total/1e9)//2)*1e3),
File "/home/zxl/miniconda3/lib/python3.9/site-packages/psutil/init.py", line 1963, in virtual_memory
ret = _psplatform.virtual_memory()
File "/home/zxl/miniconda3/lib/python3.9/site-packages/psutil/_pslinux.py", line 435, in virtual_memory
mems[fields[0]] = int(fields[1]) * 1024
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: