Import nf-core pipelines
A general introduction to importing from nf-core.
Import an nf-core pipeline
From the Sidebar, create a new Pipeline by Import from nf-core
Select the pipeline name and version
Click on Import.

Successful Import

Attaching Data and Setting Parameters
Input data will be required for nf-core pipelines. Data Assets of any type can be attached to nf-core pipelines.
Read the
README.md
file in the/pipeline
folder to understand the required input files and parameters.The "Usage" section of the Readme will have links to more detailed usage documentation and parameter documentation.
The Pipelines parameters are generally located in the
nextflow.config
file. These can be manually changed here or via the Pipeline's automatically generated App Panel.
Running the Pipeline
The nf-core Pipeline can be run like any other Pipeline in Code Ocean, by clicking Reproducible Run.
Exception Handling
If the Pipeline has failed, we recommend you set the following in the Pipeline Settings:
Run using On Demand Instances is recommended. Spot resources may drop out, requiring Retry set to Max Attempts and pressing Reproducible Run if you repeatedly lose machines due to availability.
Run with Cache from the Previous Run to avoid rerunning the part of the Pipeline that completed successfully.
Set the Error Strategy to Retry with Number of Retries to 10. This will try to resolve internal conflicts due to endpoints and/or service interruptions before stopping.

Was this helpful?