Code Monkey home page Code Monkey logo

biograkn's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

biograkn's Issues

Biograkn server start fails: Process exited with code '1': ''

Description

Starting BioGrakn on the command line fails with the following error:
Process exited with code '1': ''

The logs point to the following exception:

2020-02-18 11:57:33,417 [main] ERROR grakn.core.daemon.GraknDaemon - An error has occurred during boot-up. Please run 'grakn server status' or check the logs located under the 'logs' directory.
grakn.core.daemon.exception.GraknDaemonException: Process exited with code '1': ''
	at grakn.core.daemon.executor.Storage.start(Storage.java:222)
	at grakn.core.daemon.executor.Storage.startIfNotRunning(Storage.java:147)
	at grakn.core.daemon.GraknDaemon.serverStart(GraknDaemon.java:184)
	at grakn.core.daemon.GraknDaemon.run(GraknDaemon.java:136)
	at grakn.core.daemon.GraknDaemon.main(GraknDaemon.java:72)

Environment

  1. OS (where Grakn server runs): MacOS 10.15.3
  2. Grakn version (and platform): Grakn Core 1.5.7
  3. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:
Just following the steps on the README file

after typing ./grakn server start, the grakn server didn't set up properly

Description

PS E:\biograkn> + ./grakn server start
程序“grakn”无法运行: 没有应用程序与此操作的指定文件有关联。所在位置 行:1 字符: 1

  • ./grakn server start

所在位置 行:1 字符: 1

  • ./grakn server start
  •   + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFailedException
      + FullyQualifiedErrorId : NativeCommandFailed
    
    

Environment

  1. OS (where Grakn server runs): { Windows 10 }
  2. Grakn version (and platform): { Grakn Core 1.5.7_biograkn_0.2 }
  3. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. { e.g. Run ... }
  2. { e.g. Load ... }
  3. { e.g. Query ... }
  4. { e.g. See error ... }

Data files not available in `diseasenetwork' and `precisionmedicine`.

Description

I am trying to run migrate.py in diseasenetwork/migrate and i am getting the following error

Traceback (most recent call last):
  File "migrate.py", line 41, in <module>
    data['protein-name'] = i[3]
IndexError: list index out of range

So i inspected the concerned csv files and found that all of them have some git-lfs message inside it similar to the following

version https://git-lfs.github.com/spec/v1
oid sha256:dd0a985f3547fa96f5a2e85f971d04a77e656324529e4a62baf3bb967c2a09da
size 3399920

The data is not proper, or I have missed something here. hence can't get it to work.

Environment

  1. OS (where Grakn server runs): Ubuntu 18.04
  2. Grakn version (and platform): grakn core 1.5.7
  3. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. load the schema in keyspace
  2. go to diseasenetwork/migrate
  3. run migrate.py
  4. Get error like
  File "migrate.py", line 41, in <module>
    data['protein-name'] = i[3]
IndexError: list index out of range

INVALID_ARGUMENT: GraqlQueryException-relation doesn't have an 'isa', a 'sub' or an 'id'. Please check server logs for the stack trace.

Please replace every line in curly brackets { like this } with an appropriate description, and remove this line.

Description

I am using grakn core 1.4.2 and during the schema loading step , i am getting this error

Command: `../../grakn-core-1.4.2/graql console --keyspace xyz --file ./schema.gql`

Error: `INVALID_ARGUMENT: GraqlQueryException-relation doesn't have an 'isa', a 'sub' or an 'id'. Please check server logs for the stack trace.`

Environment

  1. OS (where Grakn server runs): Ubuntu 18.04
  2. Grakn version (and platform): grakn 1.4.2
  3. Other environment details: java openjdk 1.8

Reproducible Steps

I am following this video's steps, have a look

Expected Output

I wasnt expecting this error to pop up

Actual Output

The Error : INVALID_ARGUMENT: GraqlQueryException-relation doesn't have an 'isa', a 'sub' or an 'id'. Please check server logs for the stack trace
{ Please describe what actually happened. }

Additional information

Require Detailed Step by step tutorial for every usecase in biograkn

Problem to Solve

Would like to have "Getting Started" articles/videos describing step by step how to get the usecases working on user's PC

Current Workaround

Currently It is painstakingly difficult for begineers to get started with grakn, especially with begineers who want to learn from real world problem implementations, and not on toy problems.

Proposed Solution

Would like Grakn to help out with step by step guides to set up their usecase on user's pc. maybe even making scripts to automate stuff.
The Outline of the "Getting Started" can be:

  1. Intro
  2. Environment setup and libraries to install(Irrespective of OS,hardware etc.)
  3. Getting the usecase up and running(Eg. for diseasenetwork)
  4. Explaination through examples on how to query that graph
  5. [Optional] Integration with kglib

missing csv file : protein protein interaction dataset (PPIs)

{ Not able to compile due to missing csv file in dataset }

Environment

  1. OS (where Grakn server runs): { Mac OS 10 and Windows 10 }
  2. Grakn version (and platform): { Grakn Core 1.5.7 }

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. { e.g. Run diseasenetworks/migrate.py }
  2. { e.g. Load stops with missing file (intact folder missing) }

Expected Output

{ expected to finish migration }

Actual Output

{ should be resolved with missing file }

Additional information

{ this may come from a 3rd party, but we didn't see a link }

BLAST: write the example code for importing BLAST results into the knowledge graph

The example code is to be written in Python using the Biopython library.

  • insert (sample) proteins from .fasta file
  • query for targeted protein sequences
  • get hits (xml data) using the BLAST API
  • insert new protein sequences, species, alignments, etc
  • visualise
  • update the schema based on discussions
  • make a pull request to BioPython for required improvements in NCBIWWW.py
  • extend the code to account for more BLAST output inconsistencies
  • extends the code to account for multiple hsps per hit
  • add functionality to allow the researcher to take care of (possible) duplicate proteins after inserting BLAST output
  • write comments for the code
  • refactor
  • write a comprehensive readme
  • add more rules for an implied relationship
  • add identifier and midline to alignment relationships
  • insert multiple gi per sequence
  • remove gi
  • clean data imported from BLAST output properly
  • create a query runner to show query examples > analysis.py

Implement CoreNLP API

Problem to Solve

Need an NLP tool for the text-mining use case

Current Workaround

N/A

Proposed Solution

-Import Standford CoreNLP
-Implement mining of information from a body of text

Additional Information

N/A

Wrong content in download section?

Am I getting something wrong or does the unzipped file from the download section only contains "grakn-core-all-mac" instead of the BioGrakn ? Correct me if I'm wrong!

Refactor architecture to be usecase specific

Problem to Solve

Refactor BioGrakn architecture to be more modular pertaining to the domain/usecase

Current Workaround

Only one use case present

Proposed Solution

-biograkn
-precisionMedicine
-dataset
-schema
-migrator
-textmining
-dataset
-schema
-migrator

Additional Information

BioGrakn DN has duplicate genes

Description

Remove BioGrakn DN duplicate genes

Environment

N/A

Reproducible Steps

N/A

Expected Output

N/A

Actual Output

N/A

Additional information

N/A

Unable to understand how to build for migrate.java to work

Description

This is for the usecase textmining.I have loaded schema in keyspace, but then when i try to migrate data using migrate.java, I cant understand how to get it to work

i initially tried javac migrate.java but it failed because repo uses bazel for building.

hence i went to the textmining directory, and ran

bazel build //migrate/migrator-bin.jar

to which i am getting the following error:

build aborted: no such package '@antlr4_tool//jar'

Traceback:

DEBUG: Rule 'io_bazel_rules_python' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1545256788 -0500"
DEBUG: Rule 'com_github_grpc_grpc' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1550231355 +0300"
DEBUG: Rule 'stackb_rules_proto' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1561665037 -0600"
DEBUG: Rule 'graknlabs_grakn_core' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1572870526 +0000"
DEBUG: Rule 'graknlabs_benchmark' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1571391871 +0100"
DEBUG: Rule 'graknlabs_graql' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1572870025 +0000"
DEBUG: Rule 'rules_antlr' indicated that a canonical reproducible form can be obtained by modifying arguments commit = "397361a4d252a7186bc33add33144f4ede2a3899", shallow_since = "1559662328 +0200" and dropping ["tag"]
DEBUG: Rule 'graknlabs_client_python' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1569623464 +0000"
DEBUG: Rule 'graknlabs_bazel_distribution' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1572869706 +0300"
DEBUG: Rule 'com_github_google_bazel_common' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1551104077 +0300"
DEBUG: Rule 'graknlabs_protocol' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1572870033 +0000"
INFO: Call stack for the definition of repository 'antlr4_tool' which is a http_jar (rule definition at /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/bazel_tools/tools/build_defs/repo/http.bzl:347:12):
 - /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/rules_antlr/antlr/deps.bzl:49:5
 - /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/rules_antlr/antlr/deps.bzl:27:9
 - /home/aditya/Projects/RD/biograkn/WORKSPACE:120:1
ERROR: An error occurred during the fetch of repository 'antlr4_tool':
   java.io.IOException: Error downloading [http://central.maven.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2.jar] to /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/antlr4_tool/jar/downloaded.jar: Unknown host: central.maven.org
INFO: Call stack for the definition of repository 'remotejdk11_linux' which is a http_archive (rule definition at /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/bazel_tools/tools/build_defs/repo/http.bzl:229:16):
 - /DEFAULT.WORKSPACE.SUFFIX:199:1
INFO: Call stack for the definition of repository 'com_google_protobuf' which is a http_archive (rule definition at /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/bazel_tools/tools/build_defs/repo/http.bzl:229:16):
 - /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/com_github_grpc_grpc/bazel/grpc_deps.bzl:125:9
 - /home/aditya/Projects/RD/biograkn/WORKSPACE:83:1
INFO: Call stack for the definition of repository 'com-google-protobuf-protobuf-java' which is a jar_artifact (rule definition at /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/graknlabs_grakn_core/dependencies/maven/dependencies.bzl:40:16):
 - /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/graknlabs_grakn_core/dependencies/maven/dependencies.bzl:58:5
 - /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/graknlabs_grakn_core/dependencies/maven/dependencies.bzl:667:9
 - /home/aditya/Projects/RD/biograkn/WORKSPACE:103:1
INFO: Call stack for the definition of repository 'org-apache-lucene-lucene-analyzers-common' which is a jar_artifact (rule definition at /home/aditya/Projects/RD/biograkn/dependencies/maven/dependencies.bzl:40:16):
 - /home/aditya/Projects/RD/biograkn/dependencies/maven/dependencies.bzl:58:5
 - /home/aditya/Projects/RD/biograkn/dependencies/maven/dependencies.bzl:120:9
 - /home/aditya/Projects/RD/biograkn/WORKSPACE:72:1
INFO: Call stack for the definition of repository 'io-netty-netty-all' which is a jar_artifact (rule definition at /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/graknlabs_grakn_core/dependencies/maven/dependencies.bzl:40:16):
 - /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/graknlabs_grakn_core/dependencies/maven/dependencies.bzl:58:5
 - /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/graknlabs_grakn_core/dependencies/maven/dependencies.bzl:667:9
 - /home/aditya/Projects/RD/biograkn/WORKSPACE:103:1
INFO: Call stack for the definition of repository 'edu-stanford-nlp-stanford-corenlp-java-models' which is a jar_artifact (rule definition at /home/aditya/Projects/RD/biograkn/dependencies/maven/dependencies.bzl:40:16):
 - /home/aditya/Projects/RD/biograkn/dependencies/maven/dependencies.bzl:58:5
 - /home/aditya/Projects/RD/biograkn/dependencies/maven/dependencies.bzl:120:9
 - /home/aditya/Projects/RD/biograkn/WORKSPACE:72:1
ERROR: /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/graknlabs_graql/grammar/BUILD:24:1: every rule of type antlr4 implicitly depends upon the target '@antlr4_tool//jar:jar', but this target could not be found because of: no such package '@antlr4_tool//jar': java.io.IOException: Error downloading [http://central.maven.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2.jar] to /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/antlr4_tool/jar/downloaded.jar: Unknown host: central.maven.org
Documentation for implicit attribute deps of rules of type antlr4:

The dependencies to use. Defaults to the official ANTLR 4 release, but if
you need to use a different version, you can specify the dependencies here.

DEBUG: Rule 'graknlabs_common' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1572870041 +0000"
DEBUG: Rule 'graknlabs_client_java' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1570795516 +0000"
ERROR: Analysis of target '//migrator:migrator-bin' failed; build aborted: no such package '@antlr4_tool//jar': java.io.IOException: Error downloading [http://central.maven.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2.jar] to /home/aditya/.cache/bazel/_bazel_aditya/1271badea2afdf63b6fcb04c93a3b0e2/external/antlr4_tool/jar/downloaded.jar: Unknown host: central.maven.org
INFO: Elapsed time: 7.458s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (4 packages loaded, 0 targets configured)

I wanted to know how to properly build the project

Environment

  1. OS (where Grakn server runs): Ubuntu 18.04
  2. Grakn version (and platform): grakn core 1.5.7

Grakn needs Java 1.8 in order to run

I am getting the following error when ./grakn server start inside of the unzipped https://github.com/graknlabs/biograkn#download folder:

Unsupported Java version [12] found. Grakn needs Java 1.8 in order to run.

I currently have the newest Java version:

OpenJDK Runtime Environment (build 12.0.1+12)
OpenJDK 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing)

Could you please actualise the application to work with the newest Java version?

Many thanks,

David

The test 'assemble-mock-test' would output java.nio.file.NoSuchFileException

Reproducible steps

bazel build @graknlabs_grakn_core//:assemble-mac-zip
cd bazel-bin/external/graknlabs_grakn_core/
unzip grakn-core-all-mac.zip
cd grakn-core-all-mac
./grakn server start
bazel test --test_output=streamed //migrator:assemble-mock-test

Output:

...
10:02:41.830 [grpc-default-worker-ELG-1-2] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x2e64619f, L:/127.0.0.1:54882 - R:/127.0.0.1:48555] OUTBOUND DATA: streamId=873 padding=0 endStream=true length=0 bytes=
10:02:41.831 [grpc-default-worker-ELG-1-2] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x2e64619f, L:/127.0.0.1:54882 - R:/127.0.0.1:48555] INBOUND HEADERS: streamId=873 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
java.nio.file.NoSuchFileException: precisionmedicine/dataset/mock/clinvar/gene_condition_source_id.csv
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.Files.newByteChannel(Files.java:361)
	at java.nio.file.Files.newByteChannel(Files.java:407)
	at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
...

BLAST: define the schema in accordance with the response from BLAST

  • test the BLAST API for minimal response
  • test the BLAST API for maximal response
  • define the first draft of the schema
  • finalise the schema

resources:

output:

<Hit>
	<Hit_num>100</Hit_num>
	<Hit_id>gi|472390071|ref|XP_004414351.1|</Hit_id>
	<Hit_def>PREDICTED: double-stranded RNA-specific editase B2 [Odobenus rosmarus divergens]</Hit_def>
	<Hit_accession>XP_004414351</Hit_accession>
	<Hit_len>745</Hit_len>
	<Hit_hsps>
		<Hsp>
			<Hsp_num>1</Hsp_num>
			<Hsp_bit-score>315.079</Hsp_bit-score>
			<Hsp_score>806</Hsp_score>
			<Hsp_evalue>1.34662e-99</Hsp_evalue>
			<Hsp_query-from>70</Hsp_query-from>
			<Hsp_query-to>248</Hsp_query-to>
			<Hsp_hit-from>567</Hsp_hit-from>
			<Hsp_hit-to>745</Hsp_hit-to>
			<Hsp_query-frame>0</Hsp_query-frame>
			<Hsp_hit-frame>0</Hsp_hit-frame>
			<Hsp_identity>150</Hsp_identity>
			<Hsp_positive>163</Hsp_positive>
			<Hsp_gaps>0</Hsp_gaps>
			<Hsp_align-len>179</Hsp_align-len>
			<Hsp_qseq>RWNVLGLQGALLSHFVEPVYLQSIVVGSLHHTGHLARVMSHRMEGVGQLPASYRHNRPLLSGVSDAEARQPGKSPPFSMNWVVGSADLEIINATTGRRSCGGPSRLCKHVLSARWARLYGRLSTRTPSPGDTPSMYCEAKLGAHTYQSVKQQLFKAFQKAGLGTWVRKPPEQQQFLLTL</Hsp_qseq>
			<Hsp_hseq>RWNVLGLQGALLCHFIEPVYLHSIIVGSLHHTGHLSRVMSLRTEDIGQLPASYRHNQPLLSGVSLAEARQPGKSPHFSVNWVMGNADVEVIDGTTGKRSCGGSSRLCKHVFSARWARLYGKLSTRIPSHGDTPSMYFEAKRGAGTYQSVKQQLFKAFQKAGLGTWVRKPPEQDQFLLTL</Hsp_hseq>
			<Hsp_midline>RWNVLGLQGALL HF+EPVYL SI+VGSLHHTGHL+RVMS R E +GQLPASYRHN+PLLSGVS AEARQPGKSP FS+NWV+G+AD+E+I+ TTG+RSCGG SRLCKHV SARWARLYG+LSTR PS GDTPSMY EAK GA TYQSVKQQLFKAFQKAGLGTWVRKPPEQ QFLLTL</Hsp_midline>
		</Hsp>
	</Hit_hsps>
</Hit>

schema:

define
name sub attribute datatype string;
identifier sub attribute datatype string;
gi sub attribute datatype string;
ref sub attribute datatype string;
sequence-identicality sub attribute datatype double;
sequence-positivity sub attribute datatype double;
sequence-gaps sub attribute datatype double;
####################################################################################
#
####################################################################################
sequence sub attribute datatype string,
    plays sourced-information,
    plays target-sequence,
    plays matched-sequence;
protein sub entity,
    has identifier,
    has sequence,
    has gi,
    has ref,
    plays owned-protein;
species sub entity,
    has name,
    plays species-owner;
####################################################################################
# Alignment
####################################################################################
alignment sub relationship,
    relates aligning-element;
protein-protein-alignment sub alignment,
    relates aligning-protein,
    relates target-protein as aligning-protein,
    relates matched-protein as aligning-protein;
sequence-sequence-alignment sub alignment,
    relates aligned-sequence as aligning-element,
    relates target-sequence as aligned-sequence,
    relates matched-sequence as aligned-sequence,
    has sequence-identicality,
    has sequence-positivity,
    has sequence-gaps;
sequence-alignment-implies-protein-alignment sub rule,
when {
    (target-sequence: $ts, matching-sequence: $ms) isa sequence-sequence-alignment;
    $tp isa protein, has sequence $ts;
    $mp isa protein, has sequence $ms;
} then {
    (target-protein: $tp, matching-protein: $mp) isa protein-protein-alignment;
};
####################################################################################
# BLAST Architecture
####################################################################################
# BLAST Itself is an instance
search-tool sub entity,
    has name,
    plays owner;
search-tool-programme sub entity,
    has name,
    plays owner,
    plays property;
search-algorithm sub entity,
    has name,
    plays property;
database sub entity,
    plays information-source,
    has name;
sourcing-of-information sub relationship,
    relates information-source,
    relates sourced-information;
####################################################################################
# Ownership
####################################################################################
ownership sub relationship,
    relates owner,
    relates property;
transitive-ownership sub rule,
when {
    (owner: $a, property: $b) isa ownership;
    (owner: $b, property: $c) isa ownership;
} then {
    (owner: $a, property: $c) isa ownership;
};
protein-ownership sub ownership,
    relates species-owner as owner,
    relates owned-protein as property;

document to run Java Text Mining code

Please replace every line in curly brackets { like this } with an appropriate description, and remove this line.

Description

{ I am new to Grakn as well as Java. Can you please provide a document which helps novice like us to run the Java code for Text mining in grakn. Or Can the same be implemented in Python }
Request to provide a step by step instructions.

The elements in the BioGrakn DN Workspace screenshots look very small.

Description

The elements in the BioGrakn DN Workspace screenshots look very small.

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Visit the README of BioGrakn DN

Expected Output

To see the workbase screenshots without having my nose touch the screen.

Actual Output

My nose touches the screen.

Additional information

The screenshots need to be taken at a lower resolution.

BioGrakn: release version 0.1

  • create an outline of the readme
  • include the schema + revise the directory structure
  • finalise the readme
  • prepare release notes
  • release 0.1.0

Bazel RBE not working with bazel build //... and bazel test //...

$bazel build //... OR $bazel test //...

ERROR: The Build Event Protocol upload failed: INVALID_ARGUMENT: INVALID_ARGUMENT: Request contains an invalid argument.
INFO: Partial Build Event Protocol results may be available at https://source.cloud.google.com/results/invocations/61a83ee3-9b74-4518-b896-18cee2c2ea60
INFO: Build completed successfully, 333 total actions
Exited with code 38

Release 1.5.0 compatible BioGrakn DN

Problem to Solve

BioGrakn DN along with its README need will go out of sync with the 1.5 release.

Proposed Solution

Release and publish the README for BioGrakn DN compatible with Grakn Core 1.5.0

README is incomplete

Description

I can't find the Precision Medicine Knowledge Graph project!

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. visit https://github.com/graknlabs/biograkn

Expected Output

To see instructions to run:

  • BioGrakn DN
  • Precision Medicine
  • BLAST Integration

Actual Output

I only see instructions for running BioGrakn DN.

Missing README.md images

The folder ./examples/biograkn-queries/ does not exist, so there are no pictures displayed in the README page here.

It should be fixed asap, because the outgoing paper refers to this repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.