Giter VIP home page Giter VIP logo

Comments (22)

qiagu avatar qiagu commented on June 21, 2024 1

Sorry, I just say a general debugging process, not specific to any issue mentioned in this thread. From the stderr report @anuprulez provided, I feel the errors could be cleared by re-cleaning the input TSVs.

from galaxytools.

mvdbeek avatar mvdbeek commented on June 21, 2024 1

I only see "Failed to communicate with remote job server."

That's a job running error, you'll want to check this with Nate, that is not a tool error.

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

@anuprulez I just ran my third workflow (CNN workflow) on galaxy.eu and it failed. Could you please check the log to see what error message we get? Thanks.

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

I only see "Failed to communicate with remote job server."

from galaxytools.

anuprulez avatar anuprulez commented on June 21, 2024

@kxk302 in the first and third histories, I don't have permission to see those datasets. Can you unlock those?

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

Update: I re-ran the third history after the initial failure and it completed successfully.

@anuprulez how do I unlock the datasets? I don't see an option when trying to share history. If you want we can use Gitter to resolve this. Thx

from galaxytools.

anuprulez avatar anuprulez commented on June 21, 2024

I see some changes have been made to: https://github.com/goeckslab/Galaxy-ML/tree/master/galaxy_ml very recently

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

https://github.com/goeckslab/Galaxy-ML/tree/master/galaxy_ml

Yes, there was a bug fix in Galaxy-ML that was pushed recently.

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

Here are the links to all workflows and datasets for histories:

First history:

https://training.galaxyproject.org/training-material/topics/statistics/tutorials/FNN/workflows/
https://zenodo.org/record/4660497/files/X_test.tsv
https://zenodo.org/record/4660497/files/X_train.tsv
https://zenodo.org/record/4660497/files/y_test.tsv
https://zenodo.org/record/4660497/files/y_train.tsv

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

Second history:

https://training.galaxyproject.org/training-material/topics/statistics/tutorials/RNN/workflows/
https://zenodo.org/record/4477881/files/X_test.tsv
https://zenodo.org/record/4477881/files/X_train.tsv
https://zenodo.org/record/4477881/files/y_test.tsv
https://zenodo.org/record/4477881/files/y_train.tsv

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

Third history:

https://training.galaxyproject.org/training-material/topics/statistics/tutorials/CNN/workflows/
https://zenodo.org/record/4697906/files/X_train.tsv
https://zenodo.org/record/4697906/files/y_train.tsv
https://zenodo.org/record/4697906/files/X_test.tsv
https://zenodo.org/record/4697906/files/y_test.tsv

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

You need to re-name the uploaded files and change their type to tabular, before running the workflows. Thx.

from galaxytools.

anuprulez avatar anuprulez commented on June 21, 2024

Second history:

https://training.galaxyproject.org/training-material/topics/statistics/tutorials/RNN/workflows/
https://zenodo.org/record/4477881/files/X_test.tsv
https://zenodo.org/record/4477881/files/X_train.tsv
https://zenodo.org/record/4477881/files/y_test.tsv
https://zenodo.org/record/4477881/files/y_train.tsv

I get these errors while running this workflow

galaxy_error

rnn_error_1

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

@anuprulez did you downgrade the tool versions in the RNN workflow?

from galaxytools.

anuprulez avatar anuprulez commented on June 21, 2024

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

If you downgrade the tool versions as I documented, it will work.

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

I guess the questions is why it stopped working with the new versions of those tools.

from galaxytools.

qiagu avatar qiagu commented on June 21, 2024

Try to check various package versions in the conda environment, python version as well (make sure python 3.6). The conda includes a lot of members, prone to make errors when a newer package joins the team.

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

Thanks @qiagu,

Could you please provide more info on how to do that?

from galaxytools.

qiagu avatar qiagu commented on June 21, 2024

Try to ensure the classification targets are integers, not float.

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

I do not see the errors that Anup sees. I guess the first step would be to get these workflows working with older versions of the tools. Then we can use the new version to re-produce the problem. @anuprulez not sure what your internet connectivity is like, but we could possibly have a Zoom meeting to discuss tomorrow (Friday). I'm free from 8:00 am to 10:100 am EST time.

from galaxytools.

kxk302 avatar kxk302 commented on June 21, 2024

I only see "Failed to communicate with remote job server."

That's a job running error, you'll want to check this with Nate, that is not a tool error.

This is run on EU. I remember vaguely Bjorn saying that some jobs are configured to run on GPU and this error would show up then, and the error would go away when job was run on CPU. Am I right @bgruening?

from galaxytools.

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.