# Troubleshooting

### Singularity issues <a href="#extra-resources-and-getting-help" id="extra-resources-and-getting-help"></a>

Sometimes Singularity runs into problems when pulling multiple images at the same time for a pipeline run. In these instances it is sometimes better to pull the images manually into the directory that the pipeline will be run from, using for instance the following code:

```
singularity pull --name epidiverse-[PIPELINE]-[VERSION].simg \
docker://epidiverse/[PIPELINE]:[VERSION]
```

{% hint style="info" %}
Check the [Nextflow Documentation](https://www.nextflow.io/docs/latest/singularity.html) for more information about configuring Singularity
{% endhint %}

### Extra resources and getting help <a href="#extra-resources-and-getting-help" id="extra-resources-and-getting-help"></a>

If you still have an issue with running the pipeline then feel free to contact us at <info@epidiverse.eu> or by opening an issue in the respective pipeline repository on GitHub asking for help.

If you have problems that are directly related to Nextflow and not our pipelines then check out the [Nextflow gitter channel](https://gitter.im/nextflow-io/nextflow) or the [google group](https://groups.google.com/forum/#!forum/nextflow).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://epidiverse.gitbook.io/project/-MfxkdBDZggX_vc_sG5l/epidiverse-pipelines/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
