Giter Site home page Giter Site logo

ribiosannotation's People

Contributors

accio avatar banfai avatar

Watchers

 avatar  avatar  avatar

Forkers

banfai

ribiosannotation's Issues

getHumanOrthologs error

Dear David,
I am running some templates from biokitr and found out an issue with mouse <-> human orthologs. My dataset is mouse but not all of genes were being annotated with the human ortholog, despite they being well known (e.g. Cxcl11 = CXCL11). I went to the code, and it uses ribiosAnnotation function:

orths <- data.table(getHumanOrthologs(organism, useRibios = TRUE))

This function can have 2 routes if we have ribiosAnnotation credentials (which I have now in my home as specified)
However, the function fails because of the following error:

Error in rjson::fromJSON(file = file) : not all data was parsed (570 chars were parsed out of a total of 950 chars)

Have you encounter this before?
I have tested with R4.1.2 and R4.2.0 (sHPC).
Thanks, Martha

ribiosCon generates invalid connection string

Hello!
When using ribiosAnnotation::humanUniqOrtholog(ids)

In ribiosCon, I'm getting some weird string for the connection:

str <- ribiosAnnotation:::jdbcConnectString(user, password, connection$host, connection$port, connection$service_name)

str
[1] "jdbc:oracle:thin:/@:/"
con <- DBI::dbConnect(drv, str)
Error in .jcall(drv@jdrv, "Ljava/sql/Connection;", "connect", as.character(url)[1], :
java.sql.SQLRecoverableException: IO Error: Invalid connection string format, a valid format is: "//host[:port][/service_name]"

Interestingly this only happens when running ribiosAnnotation from a container.
Parameters for the jdbcConnectString() function (user, password, etc...) are all NULL in this case, but I don't know why.

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.