Dear Jure, On 18/09/2018 16:30, Jure Pečar wrote:
Hi, anyone has a working easyconfig for Toil? I'm trying to put one together based on python 3.7 and am experiencing some issues ... Toil knows how to install support for different backends: https://toil.readthedocs.io/en/latest/gettingStarted/install.html#extras How do I pass something like [wdl,encryption,cwl] to install process through easyconfig?
Just when you think the whole Python packaging mess couldn't get any worse... Ugh.
We currently don't have support for doing this via the PythonPackage easyblock, but it shouldn't be too difficult to add support for a custom 'extras' easyconfig parameter that then trickles down to the installation command.
Maybe open an issue for this in https://github.com/easybuilders/easybuild-easyblocks/issues?
regards, Kenneth

