forked from plantbreeding/BrAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrapi-resources.json
91 lines (91 loc) · 4.93 KB
/
brapi-resources.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"brapi-providers": {
"category": [
{
"name": "James Hutton Institute, The",
"description": "JHI",
"logo": "https://ics.hutton.ac.uk/resources/brapi/logos/jhi-128.png",
"resource": [
{
"name": "Germinate 3 Demo (https://ics)",
"base-url": "https://ics.hutton.ac.uk/germinate-demo/cactuar-devel/brapi/v1/",
"logo": "https://ics.hutton.ac.uk/resources/brapi/logos/germinate-128.png",
"description": "Small demo dataset using a Germinate 3 backend."
}
]
},
{
"name": "Triticeae Toolbox, The",
"description": "The Triticeae Toolbox (T3) is the web portal for data generated by the Triticeae Coordinated Agricultural Project (T-CAP), funded by the National Institute for Food and Agriculture (NIFA) of the United States Department of Agriculture (USDA). The database, developed initially as The Hordeum Toolbox (THT) to hold barley data generated by the Barley CAP project (2006-2010) is being maintained as T3 Barley while a sister database T3 Wheat will hold data generated for Triticum spp. Both are being enhanced in database performance, community curation and user tools. T3 contains germplasm line information, pedigree, genotype and phenotypic data from breeding programs participating in the CAP and core germplasm collections maintained by the USDA National Small Grains Collection.",
"logo": "https://ics.hutton.ac.uk/resources/brapi/t3-128.png",
"resource": {
"name": "Wheat Data",
"base-url": "https://triticeaetoolbox.org/wheat/brapi/v1",
"certificate": "https://ics.hutton.ac.uk/resources/brapi/certs/triticeaetoolbox.org.crt",
"logo": "https://ics.hutton.ac.uk/resources/brapi/logos/t3-128.png"
}
},
{
"name": "BMS",
"resource": {
"name": "BMS",
"base-url": "http://api.leafnode.io:10081/bmsapi"
}
},
{
"name": "Cassavabase",
"resource": {
"name": "Cassavabase",
"base-url": "https://cassavabase.org/brapi/v1/",
"certificate": "https://ics.hutton.ac.uk/resources/brapi/certs/cassavabase.org.crt"
}
},
{
"name": "MGIS",
"description": "Musa Germplasm Information System",
"logo": "http://www.crop-diversity.org/mgis/sites/crop-diversity.org.mgis/themes/mgis_theme/logo.png",
"resource": {
"name": "Musa Germplasm Information System",
"base-url": "https://www.crop-diversity.org/mgis/brapi/v1/"
}
},
{
"name": "Wageningen Plant Sciences, Plant Breeding BrAPI resources",
"description": "Core BrAPI resources of Wageningen Plant Sciences, deployed by department of Plant Breeding.",
"resource": {
"name": "EU-SOL Tomato collection",
"base-url": "https://www.eu-sol.wur.nl/webapi/tomato/brapi/v1/",
"description": "Collection of approx. 7000 tomato accessions, mainly phenotypic but also partial genotypic information."
}
},
{
"name": "URGI - INRA Plant Breeding BrAPI resources",
"description": "Multi-species plant breeding data from INRA (French National Institute for Agricultural Research)",
"resource": {
"name": "URGI GnpIS Information System",
"base-url": "https://urgi.versailles.inra.fr/GnpISCore-srv/brapi/v1/",
"description": "See web service documentation at https://urgi.versailles.inra.fr/GnpISCore-srv/swagger-ui.html."
}
},
{
"name": "Bioversity International",
"description": "Bioversity International is a global research-for-development organization.",
"logo": "https://www.bioversityinternational.org/fileadmin/templates/IMG/bioversity-logo.png",
"resource": [
{
"name": "Musa Acuminata GWAS Panel - GBS - genome V1",
"base-url": "https://www.crop-diversity.org/gigwa/rest/Musa_acuminata-v1/brapi/v1/",
"logo": "https://www.bioversityinternational.org/fileadmin/templates/IMG/bioversity-logo.png",
"description": "The GWAS panel is a list of diploid accessions (composed of musa acuminata and AA) carefully selected to support Genome-Wide Association Study (GWAS) in banana in order to quickly and accurately link areas of the genome with important traits."
},
{
"name": "Musa Acuminata GWAS Panel - GBS - genome V2",
"base-url": "https://www.crop-diversity.org/gigwa/rest/Musa_acuminata-v2/brapi/v1/",
"logo": "https://www.bioversityinternational.org/fileadmin/templates/IMG/bioversity-logo.png",
"description": "The GWAS panel is a list of diploid accessions (composed of musa acuminata and AA) carefully selected to support Genome-Wide Association Study (GWAS) in banana in order to quickly and accurately link areas of the genome with important traits."
}
]
}
]
}
}