Coder Social home page Coder Social logo

Comments (5)

afgane avatar afgane commented on July 20, 2024

You mean, get a path to a dataset from inside Galaxy and copy it elsewhere on a local system? Ideally, things stay inside Galaxy so they can be shared, referenced, and all to support reproducibility.
The reality of it is that people may want to pull things out though so it's a feature like this probably wouldn't hurt much. Hopefully someone else chimes in leaning one way or another...

from bioblend.

Takadonet avatar Takadonet commented on July 20, 2024

That's exactly what I mean. Sometime you have no choice but to pull out dataset(s) so the can be used in application not available in Galaxy. I.e Viewing bam files in Tablet or downloading .sqn file for genome submission.

from bioblend.

nsoranzo avatar nsoranzo commented on July 20, 2024

The path of the file is already available for admin users using gi.datasets.show_dataset(dataset_id)['file_name']. Is that enough?

from bioblend.

hexylena avatar hexylena commented on July 20, 2024

There's a flag you can pass in Galaxy's config that exposes the real dataset path. It's used in (I think) CSIRO's Galaxy VMs in order to allow other services to connect to galaxy and pull data as they're running under the same user. Perhaps this is a similar scenario to what @Takadonet is referring to?

from bioblend.

nsoranzo avatar nsoranzo commented on July 20, 2024

expose_dataset_path directive in config/galaxy.ini would indeed expose the dataset path also to non-admin users, which can again be retrieved with gi.datasets.show_dataset(dataset_id)['file_name'].

from bioblend.

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.