Trim workspaceId
The workspaceId
for nextflow tower can maximal be 16 characters long. UUIDs have a length of 30 Characters.
Solution:
Use the first 16 characters of the execution ID as workspaceId
in the nextflow config.
The workspaceId
for nextflow tower can maximal be 16 characters long. UUIDs have a length of 30 Characters.
Solution:
Use the first 16 characters of the execution ID as workspaceId
in the nextflow config.