Skip to content

Commit

Permalink
Merge pull request #4 from blue-moon22/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
blue-moon22 authored Jul 24, 2023
2 parents e3d91ae + c9da205 commit d85894e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Note: You may be warned to first call `git config --global --add safe.directory`
nextflow palidis.nf --manifest <manifest_file> --batch_name <batch_name> -c configs/conf/<name_of_config>.config
```

If you are using a cluster and it uses singularity instead of docker, please add `-profile standard,singularity`

### Mandatory arguments
#### `<batch_name>`

Expand Down
10 changes: 7 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ params {
profiles {

standard {
docker {
enabled = true
}
process {
container = 'bluemoon222/palidis_dependencies:0.0.22'
cpus = 1
Expand Down Expand Up @@ -145,4 +142,11 @@ profiles {
}
}
}
singularity {
singularity {
enabled = true
autoMounts = true
cacheDir = "$projectDir/singularity"
}
}
}

0 comments on commit d85894e

Please sign in to comment.