Skip to content

Commit

Permalink
Merge pull request #9 from gregdenay/main
Browse files Browse the repository at this point in the history
Remove unnescessary  field check in assembly QC
  • Loading branch information
gregdenay authored Oct 27, 2023
2 parents cf87e08 + 7be9559 commit 43d06c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.1.6

Remove unnescessary `isolate_id` field check in assembly QC

### 0.1.5

Relaxed regex for sample naming, subsample number now accepts tow to many digits (eg. 2023-0001254-01 or 2023-0001254-5236)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6
3 changes: 1 addition & 2 deletions workflow/schema/assembly_qc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
],
"properties": {
"isolate_id": {
"type": "string",
"pattern": "^(19[9-9][0-9]|2[0-1][0-4][0-9]|2150)-[0-9]{7}(-[0-9]{2})?$"
"type": "string"
},
"expect_species":{
"type": "string",
Expand Down

0 comments on commit 43d06c3

Please sign in to comment.