Skip to content

Commit

Permalink
updated tracked test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wells committed Apr 2, 2024
1 parent 0cef238 commit 4a32688
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/data/clusters/expected_clusters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
id address level_1 level_2 level_3
sample1 1.1.1 1 1 1
sample2 1.1.1 1 1 1
sample3 2.2.2 2 2 2
1 change: 1 addition & 0 deletions tests/data/clusters/expected_tree.nwk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
((sample2:0.000000,sample1:0.000000):16.666666666666668,sample3:33.333333);
4 changes: 4 additions & 0 deletions tests/data/distances/expected_dists.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dists sample1 sample2 sample3
sample1 0.0 0.0 33.333333333333336
sample2 0.0 0.0 33.333333333333336
sample3 33.333333333333336 33.333333333333336 0.0
4 changes: 4 additions & 0 deletions tests/data/profiles/expected-profile1.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sample_id l1 l2 l3
sample1 1 1 1
sample2 1 1 1
sample3 1 1 2
7 changes: 7 additions & 0 deletions tests/data/reports/sample1.mlst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sample1": {
"l1": "1",
"l2": "1",
"l3": "1"
}
}
7 changes: 7 additions & 0 deletions tests/data/reports/sample2.mlst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sample2": {
"l1": "1",
"l2": "1",
"l3": "1"
}
}
7 changes: 7 additions & 0 deletions tests/data/reports/sample3.mlst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sample3": {
"l1": "1",
"l2": "1",
"l3": "2"
}
}
7 changes: 7 additions & 0 deletions tests/data/reports/sampleQ.mlst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sampleQ": {
"l1": "1",
"l2": "2",
"l3": "1"
}
}
5 changes: 5 additions & 0 deletions tests/data/samplesheets/samplesheet1.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sample,profile_type,mlst_alleles
sampleQ,false,https://raw.githubusercontent.com/phac-nml/gasnomenclature/dev/tests/data/reports/sampleQ.mlst.json
sample1,true,https://raw.githubusercontent.com/phac-nml/gasnomenclature/dev/tests/data/reports/sample1.mlst.json
sample2,true,https://raw.githubusercontent.com/phac-nml/gasnomenclature/dev/tests/data/reports/sample2.mlst.json
sample3,true,https://raw.githubusercontent.com/phac-nml/gasnomenclature/dev/tests/data/reports/sample3.mlst.json

0 comments on commit 4a32688

Please sign in to comment.