CATS-rf

Troubleshooting

Please report all potential bugs in the Issues tracker.

Singularity

If you run into Singularity errors involving the default TMPDIR environment variable, set TMPDIR to your current working directory so the container uses a writable location for temporary files:

TMPDR=$(pwd)

Conda installation

In case of dependency conflicts, try setting the following channel priority:

conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict

If this does not work, try setting channel priority to flexible:

```bash conda config –set channel_priority flexible