quanzx@compile:~> print_qiime_config.py -t
System information
==================
Platform: linux2
Python version: 2.7.3 (default, Jun 8 2013, 18:28:18) [GCC 4.1.2 20070115 (SUSE Linux)]
Python executable: /home/users/quanzx/qiime-software/Python-2.7.3/bin/python2.7
Dependency versions
===================
PyCogent version: 1.5.3
NumPy version: 1.5.1
matplotlib version: Not installed.
biom-format version: 1.1.2
QIIME library version: 1.7.0
QIIME script version: 1.7.0
PyNAST version (if installed): 1.2
RDP Classifier version (if installed): rdp_classifier-2.2.jar
Java version (if installed): 1.7.0_21
QIIME config values
===================
blastmat_dir: None
sc_queue: all.q
topiaryexplorer_project_dir: None
pynast_template_alignment_fp: /home/users/quanzx/qiime-software/core_set_aligned.fasta.imputed
cluster_jobs_fp: None
pynast_template_alignment_blastdb: None
assign_taxonomy_reference_seqs_fp: /home/users/quanzx/qiime-software/gg_12_10_otus/rep_set/97_otus.fasta
torque_queue: friendlyq
template_alignment_lanemask_fp: /home/users/quanzx/qiime-software/lanemask_in_1s_and_0s.txt
jobs_to_start: 1
cloud_environment: False
qiime_scripts_dir: /home/users/quanzx/qiime-software/bin/
denoiser_min_per_core: 50
working_dir: None
python_exe_fp: python
temp_dir: /tmp/
blastall_fp: blastall
seconds_to_sleep: 2
assign_taxonomy_id_to_taxonomy_fp: /home/users/quanzx/qiime-software/gg_12_10_otus/taxonomy/97_otu_taxonomy.txt
running checks:
test_FastTree_supported_version (__main__.Qiime_config)
FastTree is in path and version is supported ... ok
test_INFERNAL_supported_version (__main__.Qiime_config)
INFERNAL is in path and version is supported ... ok
test_ParsInsert_supported_version (__main__.Qiime_config)
ParsInsert is in path and version is supported ... ok
test_R_supported_version (__main__.Qiime_config)
R is in path and version is supported ... FAIL
test_ampliconnoise_install (__main__.Qiime_config)
AmpliconNoise install looks sane. ... FAIL
test_blast_supported_version (__main__.Qiime_config)
blast is in path and version is supported ... ok
test_blastall_fp (__main__.Qiime_config)
blastall_fp is set to a valid path ... ok
test_blastmat_dir (__main__.Qiime_config)
blastmat_dir is set to a valid path. ... ok
test_cdbtools_supported_version (__main__.Qiime_config)
cdbtools is in path and version is supported ... ok
test_cdhit_supported_version (__main__.Qiime_config)
cd-hit is in path and version is supported ... ok
test_chimeraSlayer_install (__main__.Qiime_config)
no obvious problems with ChimeraSlayer install ... ok
test_clearcut_supported_version (__main__.Qiime_config)
clearcut is in path and version is supported ... ok
test_cluster_jobs_fp (__main__.Qiime_config)
cluster_jobs_fp is set to a valid path and is executable ... FAIL
test_denoiser_supported_version (__main__.Qiime_config)
denoiser aligner is ready to use ... FAIL
test_for_obsolete_values (__main__.Qiime_config)
local qiime_config has no extra params ... ok
test_gdata_install (__main__.Qiime_config)
gdata is installed ... ok
test_matplotlib_suported_version (__main__.Qiime_config)
maptplotlib version is supported ... FAIL
test_mothur_supported_version (__main__.Qiime_config)
mothur is in path and version is supported ... ok
test_muscle_supported_version (__main__.Qiime_config)
muscle is in path and version is supported ... ok
test_numpy_suported_version (__main__.Qiime_config)
numpy version is supported ... ok
test_pplacer_supported_version (__main__.Qiime_config)
pplacer is in path and version is supported ... FATAL: kernel too old
FAIL
test_pynast_suported_version (__main__.Qiime_config)
pynast version is supported ... ok
test_pynast_template_alignment_blastdb_fp (__main__.Qiime_config)
pynast_template_alignment_blastdb, if set, is set to a valid path ... ok
test_pynast_template_alignment_fp (__main__.Qiime_config)
pynast_template_alignment, if set, is set to a valid path ... ok
test_python_exe_fp (__main__.Qiime_config)
python_exe_fp is set to a working python env ... ok
test_python_supported_version (__main__.Qiime_config)
python is in path and version is supported ... ok
test_qiime_scripts_dir (__main__.Qiime_config)
qiime_scripts_dir, if set, is set to a valid path ... ok
test_raxmlHPC_supported_version (__main__.Qiime_config)
raxmlHPC is in path and version is supported ... ok
test_rtax_supported_version (__main__.Qiime_config)
rtax is in path and version is supported ... ok
test_sourcetracker_installed (__main__.Qiime_config)
sourcetracker is installed ... FAIL
test_temp_dir (__main__.Qiime_config)
temp_dir, if set, is set to a valid path ... ok
test_template_alignment_lanemask_fp (__main__.Qiime_config)
template_alignment_lanemask, if set, is set to a valid path ... ok
test_uclust_supported_version (__main__.Qiime_config)
uclust is in path and version is supported ... ok
test_usearch_supported_version (__main__.Qiime_config)
usearch is in path and version is supported ... ok
test_working_dir (__main__.Qiime_config)
working_dir, if set, is set to a valid path ... ok
======================================================================
FAIL: test_R_supported_version (__main__.Qiime_config)
R is in path and version is supported
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/users/quanzx/qiime-software/bin/print_qiime_config.py", line 699,in test_R_supported_version
"which components of QIIME you plan to use.")
AssertionError: R not found. This may or may not be a problem depending on which components of QIIME you plan to use.
======================================================================
FAIL: test_ampliconnoise_install (__main__.Qiime_config)
AmpliconNoise install looks sane.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/users/quanzx/qiime-software/bin/print_qiime_config.py", line 144,in test_ampliconnoise_install
"$PYRO_LOOKUP_FILE variable is not set. See %s for help." % url)
======================================================================
FAIL: test_cluster_jobs_fp (__main__.Qiime_config)
cluster_jobs_fp is set to a valid path and is executable
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/users/quanzx/qiime-software/bin/print_qiime_config.py", line 103,in test_cluster_jobs_fp
self.fail("Your qiime_config file doesn't have cluster_jobs_fp\n.")
AssertionError: Your qiime_config file doesn't have cluster_jobs_fp
.
======================================================================
FAIL: test_denoiser_supported_version (__main__.Qiime_config)
denoiser aligner is ready to use
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/users/quanzx/qiime-software/bin/print_qiime_config.py", line 542,in test_denoiser_supported_version
"which components of QIIME you plan to use.")
AssertionError: Denoiser flowgram aligner not found or not executable.This may or may not be a problem depending on which components of QIIME you plan to use.
======================================================================
FAIL: test_matplotlib_suported_version (__main__.Qiime_config)
maptplotlib version is supported
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/users/quanzx/qiime-software/bin/print_qiime_config.py", line 377,in test_matplotlib_suported_version
version_string))
AssertionError: Unsupported matplotlib version. Must be >= 1.1.0 and <= 1.1.0 ,but running Not installed.
======================================================================
FAIL: test_pplacer_supported_version (__main__.Qiime_config)
pplacer is in path and version is supported
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/users/quanzx/qiime-software/bin/print_qiime_config.py", line 647,in test_pplacer_supported_version
% ('.'.join(map(str,acceptable_version)), version_string))
AssertionError: Unsupported pplacer version. (1, 1).(1, 1) is required, but running .
======================================================================
FAIL: test_sourcetracker_installed (__main__.Qiime_config)
sourcetracker is installed
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/users/quanzx/qiime-software/bin/print_qiime_config.py", line 245,in test_sourcetracker_installed
("SOURCETRACKER_PATH is not set. This is "
File "/home/users/quanzx/qiime-software/Python-2.7.3/lib/python2.7/site-packages/cogent/util/unit_test.py", line 332, in failIfEqual
% (`observed`, `expected`))
AssertionError: SOURCETRACKER_PATH is not set. This is only important if you plan to use SourceTracker.
----------------------------------------------------------------------
Ran 35 tests in 0.526s
FAILED (failures=7)