Skip to content

Commit 95d57f1

Browse files
committed
Building Brassica-Premium v61-RC1
1 parent c3e7758 commit 95d57f1

5 files changed

Lines changed: 71 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
. "$KETL_HOME/config/datasets/${KETL_DATASET_ID}-common.sh"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# These files are passed to the Ondex Metadata descriptor tool.
2+
# https://github.com/Rothamsted/knetbuilder/tree/master/ondex-knet-builder/modules/rdf-export-2
3+
#
4+
datasetId = brassicaceae
5+
datasetAccession = KnetMiner:Brassicaceae-premium
6+
datasetTitle = Knetminer's knowledge graph about brassicaceae
7+
datasetDescription = \
8+
Knetminer is a gene discovery platform, which allows for exploring knwoledge graphs computed \
9+
from common plant biology data, such as ENSEMBL, UniProt, TAIR, PUBMED and more.\n\
10+
The brassica dataset contains information about the 5 gramineae species, which is also linked \
11+
to embedded data about the Arabidopsis model organism.\n\
12+
This edition includes Arabidopsis, Brassica_napus, Brassica_oleracea, Brassica_rapa_ro18, Camelina_sativa, Brassica_juncea.
13+
datasetVersion = 61
14+
# TODO: better URLs
15+
datasetURL = https://knetminer.com/about
16+
datasetNeo4jBrowserURL = <http://knetminer-wheat.cyverseuk.org:7474>
17+
datasetNeo4jBOLTURL = <bolt://knetminer-neo4j.cyverseuk.org:7687>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# The OXL is somewhere like:
2+
#  /home/data/knetminer/etl-test/brassicaceae-premium/61/generic/knowledge-network.oxl
3+
# Unfortunately, there isn't consistence, so we need the following
4+
5+
oxl_home="$KNET_HOME/etl-test/$KETL_DATASET_ID/$KETL_DATASET_VERSION_NUM"
6+
7+
export KETL_SRC_OXL="$oxl_home/generic/knowledge-network.oxl"
8+
9+
export KETL_OUT="$KETL_OUT_HOME/$KETL_DATASET_ID/$KETL_DATASET_VERSION"
10+
11+
## Neo 
12+
#
13+
export KETL_HAS_NEO4J=true
14+
export KETL_NEO_VERSION='5.26.0'
15+
export NEO4J_HOME="$KNET_SOFTWARE/neo4j-community-$KETL_NEO_VERSION-etl"
16+
17+
18+
# TODO: to be remove, we don't deploy on RRes anymore
19+
20+
##### Values for server-sync.sh
21+
#
22+
23+
## RRes Neo server
24+
#export KNET_NEO_SSH=neo4j@babvs65.rothamsted.ac.uk
25+
#export KNET_NEO_DATA=/opt/data
26+
27+
28+
## RRes Test instances for Knetminer
29+
#
30+
31+
# Test servers like babvs73
32+
#export KNET_TESTINST_DATA_PATH=/opt/data/knetminer-datasets/brassicaceae-premium
33+
# babvs73: based on old Traverser, available at knetminer.com/ci-test
34+
# babvs72: based on Neo4j+OXL Traverser, available at knetminer.com/ci-test-cypher
35+
#export KNET_TESTINST_SSH="brandizim@babvs73.rothamsted.ac.uk brandizim@babvs72.rothamsted.ac.uk"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
. "$KETL_HOME/config/datasets/${KETL_DATASET_ID}-${KETL_DATASET_VERSION_NUM}-cfg.sh"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# These files are passed to the Ondex Metadata descriptor tool.
2+
# https://github.com/Rothamsted/knetbuilder/tree/master/ondex-knet-builder/modules/rdf-export-2
3+
#
4+
datasetId = vegetables-premium
5+
datasetAccession = KnetMiner:Vegetables-premium
6+
datasetTitle = Knetminer's knowledge graph about Vegetables
7+
datasetDescription = \
8+
Knetminer is a gene discovery platform, which allows for exploring knwoledge graphs computed \
9+
from common plant biology data, such as ENSEMBL, UniProt, TAIR, PUBMED and more.\n\
10+
The solanaceae dataset contains information about the 5 gramineae species, which is also linked \
11+
to embedded data about the Arabidopsis model organism.\n\
12+
This edition includes Arabidopsis, Asparagus officinalis, Arabidopsis thaliana, Beta vulgaris, Capsicum annuum, Cucumis sativus, Daucus carota, Lactuca sativa, Nicotiana attenuata, Solanum lycopersicum, Solanum tuberosum.
13+
datasetVersion = 61
14+
# TODO: better URLs
15+
datasetURL = https://knetminer.com/about
16+
datasetNeo4jBrowserURL = <http://knetminer-wheat.cyverseuk.org:7474>
17+
datasetNeo4jBOLTURL = <bolt://knetminer-neo4j.cyverseuk.org:7687>

0 commit comments

Comments
 (0)