Skip to content

Commit

Permalink
Update mock_data_reporter.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc authored Dec 21, 2021
1 parent 0ec0087 commit b73850e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/mock_data_reporter.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ process MOCK_DATA_REPORT {
publishDir "${params.outdir_internal}/${options.publish_dir}"

// container TODO: The R "Rocker" Docker images don't have ps which is required by Nextflow so this may have to be a custom image?
docker build https://gist.githubusercontent.com/chasemc/818111640daae05beb2b070641aa33fb/raw/09107704fa60a6311fb09542c8b99b848e168ea3/Dockerfile --tag mock_data_reporter
// docker build https://gist.githubusercontent.com/chasemc/818111640daae05beb2b070641aa33fb/raw/09107704fa60a6311fb09542c8b99b848e168ea3/Dockerfile --tag mock_data_reporter


input:
Expand Down

0 comments on commit b73850e

Please sign in to comment.