You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some of the implementations of wdl functionality requires the find -empty flag. In a normal conda installation this isn't a problem as you can fall back on the host version of find, but it fails when converted to a biocontainer.
Hi,
cromwell requires findutils rather than the busybox version
bioconda-recipes/recipes/cromwell/meta.yaml
Lines 21 to 23 in a2414a1
some of the implementations of wdl functionality requires the
find -empty
flag. In a normal conda installation this isn't a problem as you can fall back on the host version of find, but it fails when converted to a biocontainer.I'm trying to add findutils to conda-forge for this reason:
conda-forge/staged-recipes#6414
The text was updated successfully, but these errors were encountered: