Hello mailinglist, I try to install PyVCF. This is a Python package. The problem is, that when it comes to the sanity check EasyBuild tries to load the module with 'import pyvcf'. Unfortunately the correct import line has to be 'import vcf'. Actually I don't know how to teach EasyBuild that is has to use a different name. I tried to ignore the sanity check, but putting
skipsteps = ['sanitycheck'] doesn't have any impact. Does anyone has a solution for this? Thanks, Oliver

