Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/seattlechildrens.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process {
executor = 'slurm'
queue = 'cpu-core'
memory = 7500.MB
time = '72h'
time = 72.h
clusterOptions = "--account ${System.getenv("ASSOC")}"

withLabel:'process_gpu' {
Expand Down
7 changes: 3 additions & 4 deletions docs/seattlechildrens.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ channels:
- conda-forge
dependencies:
- python>=3.9
- nextflow==25.04.8
- nf-core==3.4.1
- nextflow==26.04.3
- graphviz
```

Expand All @@ -40,9 +39,9 @@ Make sure that channel priority is set to flexible using the following comments:

```bash
# print your current conda settings
mamba config --describe channel_priority
conda config --describe channel_priority
# set to flexible if not already done
mamba config --set channel_priority flexible
conda config --set channel_priority flexible
```

3. Create the _Nextflow_ `mamba` environment
Expand Down
Loading