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

Failure to generate certain plots #79

Open
kylechengtn opened this issue Aug 30, 2023 · 0 comments
Open

Failure to generate certain plots #79

kylechengtn opened this issue Aug 30, 2023 · 0 comments

Comments

@kylechengtn
Copy link

I am running MiXeR on a Unix-based HPC server in my conda environment. All the previous steps seem to run without problem.

However, when I tried to run the combine and visualisation parts, I only seemed to get some but not all of the plots. Specifically, the density plots are missing.
I am wondering if anyone has come across similar issues and were able to debug this? Any help or suggestion would be deeply appreciated!

Below are my codes, which I believe I constructed following the guide:

# trait1 vs trait2 bivariate results combine and visualise python3 ${mixer}/mixer_figures.py combine \ --json ${rep}/[email protected] \ --out ${com}/t1t2_bi.fit python3 ${mixer}/mixer_figures.py combine \ --json ${rep}/[email protected] \ --out ${com}/t1t2_bi.test python3 ${mixer}/mixer_figures.py two \ --json-fit ${com}/t1t2_bi.fit.json \ --json-test ${com}/t1t2_bi.test.json \ --out ${com}/t1t2_bi_vis --statistic mean std

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

1 participant