Skip to content

Commit a7bad22

Browse files
committed
Add arm64 config profile
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 1815dc2 commit a7bad22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nextflow.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ profiles {
3838
params.reads = "${projectDir}/data/ggal/ggal_*_{1,2}.fq"
3939
}
4040

41+
'arm64' {
42+
process.arch = 'arm64'
43+
}
44+
4145
'wave' {
4246
// note: requires nextflow 24.03.0-edge or later
4347
wave.enabled = true

0 commit comments

Comments
 (0)