We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadccea commit 2a97220Copy full SHA for 2a97220
cirro/api/models/process.py
@@ -11,7 +11,9 @@ class Executor(Enum):
11
INGEST = 'INGEST'
12
"Process type used when manually uploading files"
13
NEXTFLOW = 'NEXTFLOW'
14
- "Processes that are ran using Nextflow"
+ "Processes that are run using Nextflow"
15
+ CROMWELL = 'CROMWELL'
16
+ "Processes that are run using Cromwell"
17
18
19
@dataclass(frozen=True)
0 commit comments