Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Sep 11, 2024
1 parent cb8d2d9 commit a41b90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/validationMessages.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const validationDescriptorPatterns = {
label: '^(\\| *([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*)( *, *([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*))* *)$',
versionTag: '^[a-zA-Z0-9]+([\\-_.]*[a-zA-Z0-9]+)*$',
reference: '[\\w\\-]+((\\/|.)[\\w\\-]+)*',
workflowDescriptorPath: '^\\/([^\\/?:*\\|<>]+\\/)*(Snakefile\\|[^\\/?:*\\|<>]+.(smk|cwl|wdl|yaml|yml|config|ga))',
workflowDescriptorPath: '^\\/([^\\/?:*\\|<>]+\\/)*(Snakefile|[^\\/?:*\\|<>]+.(smk|cwl|wdl|yaml|yml|config|ga))',
workflowName: '[a-zA-Z0-9]+([\\-_][a-zA-Z0-9]+)*',
cwlTestParameterFilePath: '^\\/([^\\/?:*\\|<>]+\\/)*[^\\/?:*\\|<>]+.(json|yml|yaml)$',
wdlTestParameterFilePath: '^\\/([^\\/?:*\\|<>]+\\/)*[^\\/?:*\\|<>]+.(json|yml|yaml)$',
Expand Down

0 comments on commit a41b90e

Please sign in to comment.