Command line tool for running Galaxy workflows.
Project description
[](https://travis-ci.org/AAFC-MBB/GFlow) GFlow ========================
This is a command line interface application that allows datasets and a workflow to be specified in a config file and then have the workflow executed on an instance of Galaxy.
Installation
From the source directory:
$ pip install -r requirements.txt $ python setup.py install
Configuration
Make a copy of the sample config file in config/ and set the parameters in it as desired:
$ cp config/config.yml.sample config/config.yml
Usage
Then, execute:
$ gflow config/config.yml
Or, if executing from the source directory without having installed the tool:
$ export PYTHONPATH=$PYTHONPATH:$PWD $ ./scripts/gflow config/config.yml
Tests
A small number of data files and workflow files have been included in data/ and workflow/ for testing purposes. After setting the `GALAXY_URL` and `GALAXY_API_KEY` environment variables, execute the tests with:
$ python setup.py test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gflow-0.1.tar.gz
.
File metadata
- Download URL: gflow-0.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f2b2e9ba6fbc97593d3ce3dd82bebdf7d9d7a5068cc6180f0d5ad5c67bd7ed36
|
|
MD5 |
a6778f01bc845c5cd910584a5a5d66db
|
|
BLAKE2b-256 |
c186632d0e419376f60dea496912115a7af3a065e64c33647827300db86a44f9
|