Skip to content

Commit

Permalink
reset test-data/nextflowconfig to have settings set to will defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed Dec 3, 2024
1 parent b0d6737 commit 5827044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-data/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ params {
mode = "run"

// Directories
base_dir = "s3://nao-mgs-simon/test" // Parent for working and output directories (can be S3)
base_dir = "s3://nao-mgs-wb/test-batch" // Parent for working and output directories (can be S3)
ref_dir = "s3://nao-mgs-wb/index-20241113/output" // Reference/index directory (generated by index workflow)

// Files
Expand Down Expand Up @@ -34,4 +34,4 @@ includeConfig "${projectDir}/configs/containers.config"
includeConfig "${projectDir}/configs/resources.config"
includeConfig "${projectDir}/configs/profiles.config"
includeConfig "${projectDir}/configs/output.config"
process.queue = "will-batch-queue" // AWS Batch job queue
process.queue = "will-batch-queue" // AWS Batch job queue

0 comments on commit 5827044

Please sign in to comment.