Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement/Question] Be able to download meta files of Workflow outputs #192

Open
scottx611x opened this issue Aug 4, 2016 · 0 comments

Comments

@scottx611x
Copy link

scottx611x commented Aug 4, 2016

Ex: Run a workflow in Galaxy that generates a .bam output. Galaxy automatically generates a .bai file associated with this .bam to run IGV etc.

For my use case I need to download both the .bam and it's index to run IGV outside of Galaxy, but the latter doesn't seem possible after reading your documentation??? Though I could be wrong :)


I see this field returned upon a DatasetClient(<galaxy_instance>).show_dataset(<dataset_id>) but that is as far as I've got:

"meta_files": [
        {
            "file_type": "bam_index"
        }
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants