1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
This is a proto-manpage for Qiime on Debian/Bio-Linux.
Some of this info alternatively belongs in README.Debian.
INVOCATION:
To run a Qiime command such as check_id_map.py:
% qiime check_id_map [...]
or just type 'qiime' to get a shell environment where all Qiime commands are available, ie:
% qiime
% qiime > check_id_map.py [...]
PARAMETERS FILE:
For certain qiime commands, you need to indicate where your qiime parameters file is. You
should make a copy of the default version at /usr/share/doc/qiime/qiime_parameters.txt and
edit it to suit your needs. A key thing to edit is the location of your greengenes
database and lanemask files.
You either need to have your edited copy of your qiime parameter file in your working
directory, or you need to give the path to the file using the -p parameter in the relevant
qiime commands.
GREENGENES DATA:
Make sure that you have copies of the greengenes core set data file (fasta) and the
greengenes alignment lanemask file installed. These do NOT come with the bio-linux-qiime
package. You must edit your custom parameter file in your working directory to give the
full path to these files.
QIIME CONFIGURATION:
Qiime reads configuration information from the file specified by QIIME_CONFIG_FP.
Your QIIME_CONFIG_FP is set to /etc/qiime/qiime_config. It is unlikely you will need to
change the settings in this file.
UCLUST:
You may need to install UClust manually to use some Qiime functions.
For more info, try running 'uclust' at the qiime prompt.
For more information about Qiime, please refer to the Qiime documentation at:
http://qiime.sourceforge.net/
|