Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1.09 KB

troubleshooting.md

File metadata and controls

20 lines (12 loc) · 1.09 KB

nf-core/ddamsproteomics: Troubleshooting

Input files not found

If no file is picked up then something is wrong with your input file declaration

The path must be enclosed in quotes (' or ")

Data organization

The pipeline can't take a list of multiple input files - it takes a glob expression. If your input files are scattered in different paths then we recommend that you generate a directory with symlinked files.

Data organization

The pipeline can't take a list of multiple input files - it takes a glob expression. If your input files are scattered in different paths then we recommend that you generate a directory with symlinked files.

Extra resources and getting help

If you still have an issue with running the pipeline then feel free to contact us. Have a look at the pipeline website to find out how.

If you have problems that are related to Nextflow and not our pipeline then check out the Nextflow gitter channel or the google group.