diff nextflow.config @ 0:1c1e01265e0f draft default tip

planemo upload commit 7f3c6fb6db52daedaa0c59d6ca7f39710778f242-dirty
author jpayne
date Mon, 11 Aug 2025 15:46:24 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nextflow.config	Mon Aug 11 15:46:24 2025 +0000
@@ -0,0 +1,6 @@
+profiles {
+        standard {
+                process.executor = 'local'
+                params.cores = 8
+        }
+}
\ No newline at end of file