-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprotocol_valid-3.json
53 lines (53 loc) · 1.95 KB
/
protocol_valid-3.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"data": {
"objectId": {
"alias": "genome_indexing_Prot23",
"centerName": "EBI-TEST"
},
"objectTitle": "Genome indexing protocol",
"protocolDescription": "Index the reads in the run. You can use as input a FASTA file (preferred) or a FASTQ. The file can also be compressed with gzip, having a .gz extension. The script will uncompress the file and pass it to FASTA format if it's a FASTQ file. Run ``./index.sh your_run_id /mnt/c/your_run.fastq.gz``.",
"protocolPerformers": [
"EGA's testing bioinformaticians"
],
"protocolRelationships": [
{
"rTarget": {
"objectId": {
"egaAccession": "EGAZ00002045411"
},
"objectType": "analysis"
},
"rType": "referencedBy"
},
{
"rSource": {
"objectId": {
"egaAccession": "EGAB00002045411"
},
"objectType": "submission"
},
"rType": "referencedBy"
}
],
"protocolSoftware": [
"FastQC v1.1.0 [SWO:1100144]",
"SAMtools [SWO:1100143]"
],
"protocolTypeDescriptor": {
"protocolType": "data transformation",
"protocolSubtype": {
"termId": "operation:3211",
"termLabel": "genome indexing"
}
},
"schemaDescriptor": {
"commonSchemaVersion": "0.0.0",
"describedBySchemaUri": "https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.protocol.json",
"objectSchemaVersion": "0.0.0",
"objectType": "protocol"
}
},
"schema": {
"$ref": "https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.protocol.json"
}
}