Run with containers

Docker

Singularity

  • Prepare input files as mentioned earlier.

  • Run the circPipe. Run the pipeline with the option -profile standard,singularity.

    Note

    An image containing all of the software requirements will be automatically fetched and used from singularity hub.

  • Run offline with Singularity Download and transfer the Singularity image first:

    singularity pull --name circPipe.simg shub://likelet/cirpipe
    

    Use -with-singularity and specify the path to the image file:

    nextflow run /path/to/circPipe -with-singularity circPipe.simg
    

Note

Remember to pull updated versions of the singularity image when updating the pipeline.