Skip to content

refactor: Singularity from conda environment might cause errors #418

@dominikburri

Description

@dominikburri

The current APAeval conda environment contains Singularity:

- conda-forge::singularity=3.7.1

For some reason, e.g. no root access, the Singularity version from conda can lead to execution errors.

This can fixed quite easily though:

  • Manually remove Singularity from this conda environment and install/use an own version independently. This fix should then be highlighted by an additional note in the install instructions.
  • Or remove Singularity from the conda environment (i.e. line 15 in apaeval_env.yaml) and require independent installation thereof. Again, this should be reflected in the documentation.

The first fix might be preferred if the error occurs rarely and the second one if it occurs often.

Metadata

Metadata

Assignees

No one assigned

    Labels

    low priorityNot important at the moment

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions