Skip to content

Dockerfile to create a nextflow-engine for the pipeline-microservices that is used for the integration tests

Notifications You must be signed in to change notification settings

InSilicoDB/nextflow-test-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nextflow-test-engine

Dockerfile to create a nextflow-engine for the pipeline-microservices that is used for the integration tests

Create docker image

$ docker build -t [USER]/[IMAGENAME] .

Launch image as daemon

$ docker run -itd --name nextflow-engine [USER]/[IMAGENAME] /bin/bash

Run nextflow example pipeline

$ docker exec nextflow-engine nextflow run hello

About

Dockerfile to create a nextflow-engine for the pipeline-microservices that is used for the integration tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published