Hi there

I've got a package in our lab conda channel (its still in testing phase) called goget. This is specified as a requirement for the build_ctb_gene tool like this:

    <requirements>
       <requirement type="package" version="0.0.1">goget</requirement>
    </requirements>

When the tool runs, I see infinite recursion on the conda side:

https://gist.github.com/pvanheus/c16a07a2c954741a311881cc7606df8d

Any ideas?

Thanks,
Peter