Coder Social home page Coder Social logo

Comments (10)

cbravo93 avatar cbravo93 commented on July 19, 2024 1

If you lower the request_interval it may be faster :)

from cistopic.

cbravo93 avatar cbravo93 commented on July 19, 2024

Hi!

This error seems to come directly from the rGREAT package. Can it be related to the docker configuration? We have a singularity image with R and cisTopic (and dependencies) that we have tested and runs with no problems, if that can help.

from cistopic.

jk86754 avatar jk86754 commented on July 19, 2024

most likely related to docker configuration. Working with authors of rGREAT to try to figure this out.

from cistopic.

jk86754 avatar jk86754 commented on July 19, 2024

sorry, need to reopen this. Talking to the authors of rGREAT, it seems like I can get rGREAT to work outside of cisTopic (i.e. submitGreatJobs works). I specifically get this error with the implementation in cisTopic (i.e. GREAT command)

from cistopic.

cbravo93 avatar cbravo93 commented on July 19, 2024

Which command have you used for running submitGreatJobs?

from cistopic.

jk86754 avatar jk86754 commented on July 19, 2024

I used

`greattest <- submitGreatJob([email protected], bg = NULL,
species = "hg19",
includeCuratedRegDoms = TRUE,
rule = c("basalPlusExt", "twoClosest", "oneClosest"),
adv_upstream = 5.0,
adv_downstream = 1.0,
adv_span = 1000.0,
adv_twoDistance = 1000.0,
adv_oneDistance = 1000.0,
request_interval = 300,
max_tries = 10,
version = "default",
base_url = "http://great.stanford.edu/public/cgi-bin")'

This seems to work fine.

from cistopic.

cbravo93 avatar cbravo93 commented on July 19, 2024

Can you try using the cisTopic function with the same options?:

try <- GREAT(cisTopicObject, genome='hg19', fold_enrichment=2, geneHits=1, sign=0.05, bg = NULL,
includeCuratedRegDoms = TRUE,
rule = c("basalPlusExt", "twoClosest", "oneClosest"),
adv_upstream = 5.0,
adv_downstream = 1.0,
adv_span = 1000.0,
adv_twoDistance = 1000.0,
adv_oneDistance = 1000.0,
request_interval = 300,
max_tries = 10,
version = "default",
base_url = "http://great.stanford.edu/public/cgi-bin")

Cheers,

C

from cistopic.

jk86754 avatar jk86754 commented on July 19, 2024

is this the expected behavior? it has been going on for a couple of hours...
`> cisTopicObject <- GREAT(cisTopicObject, genome='hg19', fold_enrichment=2, geneHits=1, sign=0.05, bg = NULL,

  •          includeCuratedRegDoms = TRUE,
    
  •          rule = c("basalPlusExt", "twoClosest", "oneClosest"),
    
  •          adv_upstream = 5.0,
    
  •          adv_downstream = 1.0,
    
  •          adv_span = 1000.0,
    
  •          adv_twoDistance = 1000.0,
    
  •          adv_oneDistance = 1000.0,
    
  •          request_interval = 300,
    
  •          max_tries = 10,
    
  •          version = "default",
    
  •          base_url = "http://great.stanford.edu/public/cgi-bin")`
    

Don't make too frequent requests. The time break is 300s.
Please wait for 240s for the next request.
The time break can be set by request_interval argument.

|===========================================================================| 100%
Don't make too frequent requests. The time break is 300s.
Please wait for 242s for the next request.
The time break can be set by request_interval argument.

|===========================================================================| 100%

No error message yet.

Thanks for your continued help!

from cistopic.

jk86754 avatar jk86754 commented on July 19, 2024

it seems like this indeed worked. are there any parameters in the command above you would recommend changing/tuning?

from cistopic.

jk86754 avatar jk86754 commented on July 19, 2024

Thanks for your help! Both the paper and R package are really nice work.

from cistopic.

Related Issues (20)

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.