Skip to content

Commit

Permalink
Update pipeline_utils/schemas/yaml_file_format.py
Browse files Browse the repository at this point in the history
Co-authored-by: drio18 <[email protected]>
  • Loading branch information
B3rse and drio18 authored Feb 20, 2024
1 parent af55506 commit e490960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_utils/schemas/yaml_file_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
schema.TYPE: schema.ARRAY,
schema.ITEMS: {
schema.TYPE: schema.STRING,
schema.PATTERN: 'ReferenceFile|FileProcessed|FileSubmitted|FileFastq'
schema.PATTERN: 'ReferenceFile|OutputFile|AlignedReads|UnalignedReads|VariantCalls'
}
},
'status': {
Expand Down

0 comments on commit e490960

Please sign in to comment.