Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 768 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 768 Bytes

UMPIRE

UMPIRE: Nextflow metabolomics analysis pipleline

##How to make and read a Dockerfile

##Dockerfiles are instructions for docker that allows it to create a container to your exact specifications. a good way to think of it is a instalation plan for the container.

##A Dockerfile can be created from a simple text file that has the correct commands for your specific need. the commands for a Dockerfile can be found on another file under notes speaking of how to write a Dockerfile.

##To go from a Dockerfile to a container we need to follow these steps:

*Make sure that you have a method of running Docker *Import the Dockerfile into your desired directory and make sure that your Docker has a path to this file *Run Docker and then run this Dockerfile