Pievienot Chromsword projektam “Tool.ExportRPTX”
Jāvar padot komandrindā argumentā input un output direktoriju
xxxxxxxxxx
11ExportRPTX -i \file\path\filename.rptx -o \file\output_path\
Programmai jāspēj konvertēt RPTX un RPT failus ar esošo ChromSword.DataFormat kodu
Katram run jābūt eksportētam savā json, piemēram filename_run_1.json
utt.
no FileRPTX struktūras JSON formātā ir jāeksportē sekojošais:
x
108101{
2 ProjectName: string, // original rptx name
3 SequenceName: string, // folder name if exists
4 RunName: string,
5 RunNumber: int, // Run secības skaitlis katrā sequence pēc kārtas
6 MethodDefinitionType: string, // MethodDefinition.MethodDefinitionType
7 DevelopmentTaskType: string, //MethodDefinition.DevelopmentTaskType,
8 SolventName: string,
9 BufferName: string,
10 BufferPh: float, //0 if not set
11 FlowRate: float,
12 ZeroTime: float,
13 DwellTime: float,
14 ColumnName: string,
15 ColumnDiameter: float,
16 ColumnLength: float,
17 RejectionLevel: float,
18 TimeFrom: float,
19 TimeTo: float,
20 Gradient: [
21 {
22 Time: float
23 SolventPercentage: float,
24 }
25 ],
26 Peaks: [ // Daudzi
27 {
28 Index: int,
29 CompoundName: string,
30 RT: float, // retention time
31 KPrim: float, // K' value
32 Width: float,
33 Height: float,
34 MAUarea: float,
35 HSMArea: float,
36 Plates: int
37 }
38 ]
39}
Lai izveidotu JSON izmantot Newronsoft.JSON bibliotēku kā piemērā Chromsword.ClientServerSupport