Skip to content

Commit

Permalink
Adding test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
emarinier committed Jan 14, 2025
1 parent a5f3ca2 commit 9f996ab
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/data/mlst/sample2_missing.mlst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"db_info": {},
"parameters": {
"mode": "normal",
"min_match_ident": 100,
"min_match_cov": 100,
"max_ambiguous": 0,
"max_internal_stops": 0
},
"data": {
"sample_name": "sample2",
"profile": {
"sample2": {
"l1": "1",
"l2": "2"
}
},
"seq_data": {}
}
}
22 changes: 22 additions & 0 deletions tests/data/mlst/sample3_missing.mlst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"db_info": {},
"parameters": {
"mode": "normal",
"min_match_ident": 100,
"min_match_cov": 100,
"max_ambiguous": 0,
"max_internal_stops": 0
},
"data": {
"sample_name": "sample3",
"profile": {
"sample3": {
"l1": "1",
"l2": "1",
"l3": "3",
"l4": "1"
}
},
"seq_data": {}
}
}
22 changes: 22 additions & 0 deletions tests/data/mlst/sample4_missing.mlst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"db_info": {},
"parameters": {
"mode": "normal",
"min_match_ident": 100,
"min_match_cov": 100,
"max_ambiguous": 0,
"max_internal_stops": 0
},
"data": {
"sample_name": "sample4",
"profile": {
"sample4": {
"l1": "1",
"l2": "1",
"l4": "4",
"l5": "1"
}
},
"seq_data": {}
}
}

0 comments on commit 9f996ab

Please sign in to comment.