Skip to content

Commit

Permalink
Re-enable 'ext' process directive (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie authored Jul 9, 2024
1 parent 3ffb304 commit acbd73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package software.amazon.nextflow.rules.utils
class NFUtils {
def static ALLOWED_NF_PROCESS_DIRECTIVES = [
'accelerator', 'afterScript', 'arch', 'beforeScript', 'cache', 'clusterOptions', 'conda', 'container',
'containerOptions', 'cpus', 'debug', 'disk', 'echo', 'errorStrategy', 'executor', /*'ext'*/ 'fair', 'label',
'containerOptions', 'cpus', 'debug', 'disk', 'echo', 'errorStrategy', 'executor', 'ext', 'fair', 'label',
'machineType', 'maxSubmitAwait', 'maxErrors', 'maxForks', 'maxRetries', 'memory', 'module', 'penv', 'pod',
'publishDir', 'queue', 'resourceLabels', 'scratch', 'shell', 'spack', 'stageInMode', 'stageOutMode', 'storeDir',
'tag', 'time', 'template'
Expand Down

0 comments on commit acbd73d

Please sign in to comment.