File: script_index.rst

package info (click to toggle)
qiime 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 29,704 kB
  • sloc: python: 77,837; haskell: 379; sh: 113; makefile: 103
file content (15 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. _scripts: Script Index

==================================
Scripts - Analyses and Parameters
==================================

All QIIME analyses are performed using python (.py) scripts, which are located in the your QIIME scripts directory. To access QIIME python scripts, this directory should be in your ``$PATH`` environment variable. You should have `set this up during installation <../install/install.html#set-script-dir>`_ (unless you're using the virtual box, in which case it was already set up).

You can then call QIIME scripts as::

	python align_seqs.py -h

All QIIME scripts can take the ``-h`` option to provide usage information.

An `index of the QIIME scripts is provided here <../scripts/index.html>`_.