-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmock.json
More file actions
26 lines (26 loc) · 705 Bytes
/
mock.json
File metadata and controls
26 lines (26 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"target": "test",
"partner": "test",
"protein_class_pk": "1",
"notes": "",
"project_name": "test",
"subunits": [{
"subunit_name": "CD19_MicAbody_HC_05",
"copies": 1,
"amino_acid_fasta_description": "dwights6_2",
"amino_acid_sequence": "EVQLCLCAVHQ*",
"genes": [{
"dna_fasta_description": "VH1_LALAKA",
"dna_sequence": "GAGGTGCAGCTGTGTCTGTGTGCTGTCCATCAATAA"
}]
}, {
"subunit_name": "CD19_MicAbody_HC_05",
"copies": 1,
"amino_acid_fasta_description": "dwights6_2",
"amino_acid_sequence": "EVQLCLCAVHQ*",
"genes": [{
"dna_fasta_description": "VH1_LALAKA",
"dna_sequence": "GAGGTGCAGCTGTGTCTGTGTGCTGTCCATCAATAA"
}]
}]
}