https://gitlab.com/mtekman/galaxy-snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| __VERSION__ = "0.3" | |
| '''This script downloads datasets from public or user histories, using | |
| a variety of different strategies, namely: | |
| * If the user provides an URL: Either import the history, or select | |
| it publicly (but with restricted access, i.e. slow dataset matching) | |
| * If the user provides a title: Either select one from the user's list, |
OlderNewer