Skip to content

Commit

Permalink
feat: containerize pipeline's output
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro committed Mar 12, 2024
1 parent 2d9894c commit a3b4086
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 185 deletions.
185 changes: 0 additions & 185 deletions tests/Dockerfile

This file was deleted.

8 changes: 8 additions & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ configfile: "config/config.yaml"
include: "rules/common.smk"


###########################
## DEFINE PIPELINE CONTAINER
###########################


containerized: "docker://ftabaro/rna-seq:1.0"


#######################
## DEFINE VARIABLES
#######################
Expand Down

0 comments on commit a3b4086

Please # to comment.