Closed hhg7 closed 3 years ago
This is caused by vcf2gwas using the internal test files and it seems that there is not enough memory available to analyze the test phenotype (1 GB is the minimal requirement). Try to set the memory manually to at least 1000 (MB) with the -M / --memory option. To check the resources available to vcf2gwas you can type "vcf2gwas -h" and check the values displayed at the "-M" and "-T" options
Also, please update to the newest version by running "conda update vcf2gwas -c conda-forge -c bioconda -c fvogt257"
Hi Frank,
thanks. I've re-installed and updated conda as you said, but am now running into new errors:
(vcf2gwas) con@V:~/Downloads$ vcf2gwas -v test -T 9
vcf2gwas v0.6.2
Initialising..
Copying example input files to current working directory..
Copying README and LICENSE files..
Start time: Wed, 21 Jul 2021 09:32:08
Parsing arguments..
Genotype file: example.vcf.gz
Phenotype file(s): example.csv
Arguments parsed successfully
Preparing files
Error: No logical cores available!
setting the # of cores with -T
doesn't seem to work :(
Can you check with "vcf2gwas -h" under the -T option which number of cores is displayed in brackets?
Can the issue be closed?
Yes please close the issue
On Fri, Sep 3, 2021, 17:23 Frank Vogt @.***> wrote:
Can the issue be closed?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/frankvogt/vcf2gwas/issues/4#issuecomment-912842419, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHXALNHDP5DCAFN72XTM6DUAFDEVANCNFSM5AULYTBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I'm running a test of my recent installation:
this is being done in an empty directory, I don't know where there can be any input files.