mkanai / fujiplot

:mount_fuji: Fuji plot—a circos representation of multiple GWAS results— :mount_fuji:
https://www.nature.com/articles/s41588-018-0047-6
GNU General Public License v3.0
77 stars 19 forks source link

Update Dockerfile #10

Closed ccario83 closed 1 year ago

ccario83 commented 1 year ago

When I try to run the docker image I get the following error:

missing Clone
  error Can't locate Clone.pm in @INC (you may need to install the Clone module) (@INC contains: /opt/circos/bin/lib /opt/circos/bin/../lib /opt/circos/bin /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at (eval 26) line 1.

I believe the reason is that apkbuild-cpan is required for Clone, but this package is discarded when the virtual package is deleted. Treating it as a non-virtual package fixes this problem for me.

mkanai commented 1 year ago

Thanks for the PR! LGTM 👍