Repository revision
repository tip
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository export_to_cluster
Owner: earlhaminst
Synopsis: Export datasets to cluster
Simple tool to copy datasets to a directory on the cluster.
Type: unrestricted
Revision: 5:8b8466d30d50
This revision can be installed: True
Times cloned / installed: 491

Repository README files - may contain important installation or license information

Installation

After installing the export_to_cluster tool, you need to setup an environment variable to specify the directory where users are expected to save their files. One way to do that is:

  1. create a directory called EXPORT_DIR_PREFIX in your tool dependencies directory (which by default is database/dependencies/, but can be changed in your Galaxy config file)

  2. in this directory, create a file called env.sh with a content similar to the following template:

    EXPORT_DIR_PREFIX=/PATH/WHERE/TO/SAVE/FILES; export EXPORT_DIR_PREFIX
    
  3. create a symlink called default inside the EXPORT_DIR_PREFIX directory pointing to the same directory, e.g.:

    $ cd TOOL_DEPENDENCIES_DIR/EXPORT_DIR_PREFIX/
    $ ln -s . default
    

Alternatively, you could define the EXPORT_DIR_PREFIX environment variable in your config/job_conf.xml file for the destination where the export_to_cluster tool is going to run (for an example, see _JAVA_OPTIONS in config/job_conf.xml.sample_advanced), but this would define the environment variable also for all the other tools that use that destination (normally not a problem, but worth to mention).

Dependencies of this repository

Name Version Type
EXPORT_DIR_PREFIX set_environment

Contents of this repository

Name Description Version Minimum Galaxy Version
0.1.0 16.01

Categories
Data Export - Tools for exporting data to various destinations