File: README

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 (30 lines) | stat: -rw-r--r-- 947 bytes parent folder | download | duplicates (2)
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
The QIIME tutorial contains two shell scripts that a user can run. You will need an appropriate template alignment and lanemask. Run "print_qiime_config.py", and view:
template_alignment_lanemask_fp
and 
pynast_template_alignment_fp

The paths should be changed to point to the greengenes core set alignment and lanemask on your system. As of April 2010, you can grab these files from these two links, respectively:

http://greengenes.lbl.gov/Download/Sequence_Data/Fasta_data_files/core_set_aligned.fasta.imputed
http://greengenes.lbl.gov/Download/Sequence_Data/lanemask_in_1s_and_0s


To use the shell scripts the user may need to make them executable by running one of the following commands:

chmod g+x ./qiime_tutorial_commands_serial.sh

or

chmod g+x ./qiime_tutorial_commands_parallel.sh


To run the shell scripts the user can use the following commands:

./qiime_tutorial_commands_serial.sh

or

./qiime_tutorial_commands_parallel.sh