Hello list, currently I am writing my own EasyBlock inherting from MakeCp (which itself inherits from ConfigureMake). ConfigureMake has the method 'build_step' which I am overriding. It accepts three parameters, build_step(self, verbose=False, path=None). I wonder where the path is set. I assumed it would be the path to the folder of the extracted tarball. But it is still set to None if I execute my script. In all the easyconfigs using this generic, no such variable is set, so I wonder heavily where it comes from.
Thanks, Oliver -- Oliver Stolpe Bioinformatics Core Unit Berlin Institute of Health

