uclahs-cds / package-PipeVal

An easy to use CLI tool that can be used to validate different parameters in your NF script/pipeline.
GNU General Public License v2.0
5 stars 1 forks source link

Update README #67

Closed madisonjordan closed 1 year ago

madisonjordan commented 1 year ago

Description:

Checklist

Formatting

File Updates

Docker Hub Auto Build Rules

Docker Image Testing

Test the Docker image with at least one sample. Verify the new Docker image works using:

docker run -u $(id -u):$(id -g) –w <working-directory> -v <directory-you-want-to-mount>:<how-you-want-to-mount-it-within-the-docker> --rm <docker-image-name> <command-to-the-docker-with-all-parameters>

My command:

Provide the command you ran here

Description

Closes #...

Testing Results