Getting Started With The CLI

Install the required libraries (command below for linux, tested on Ubuntu 14.04)

apt-get install python-pip python-dev libfreetype6-dev pkg-config libblas-dev liblapack-dev gfortran python-scipy

To install the Strateos command line tool, get it from a Python package manager, like pip:

$ pip install transcriptic

You can also clone the source directly from GitHub and install from that:

$ git clone https://github.com/transcriptic/transcriptic.git
$ cd transcriptic
$ pip install .

Logging In

Before using the runner, you'll need to log in to Transcriptic to fetch your
access key information. This will be saved in ~/.transcriptic for future
commands.

337

General Usage

Access help by typing $ transcriptic --help or $ transcriptic [COMMAND] --help

701