Hi alI,

I am trying to install PyVCF
(https://pypi.python.org/pypi/PyVCF/0.6.7) which is imported with

    import vcf

instead of

    import pyvcf

The problem I have is that when I use

   sanity_check_commands = [('python', '-c "import vcf"')]

the easyblock PythonPackage still uses

    python -c "import pyvcf"

as sanity command as well.

I could only find an open issue
(https://github.com/hpcugent/easybuild-easyconfigs/issues/1205)
regarding this, anyone know how I can work around this?

Cheers,
Niek

Reply via email to