Added
- Allow URLs for the conda directive. Changed
- Various minor updates in the docs.
- Several bug fixes with remote file handling.
- Fix ImportError occurring with script directive.
- Use latest singularity.
- Improved caching for file existence checks. We first check existence
of parent directories and cache these results. By this, large parts
of the generated FS tree can be pruned if files are not yet present.
If files are present, the overhead is minimal, since the checks for
the parents are cached.
- Various minor bug fixes.