Thank you for your quick response Jose.
No no - I am using denoise.py.
denoiser.py -i qiime/SFF/454Reads.13.sff.txt --num_cpus 16 -f qiime/
split_library_output/seqs.fna --primer GAGTTTGATCNTGGCTCAG -o qiime/
Outdir --force -v
Here is the information you requested (plus some you did not).
The -v output is:
Denoising data....
Traceback (most recent call last):
File "/usr/local/bin/denoiser.py", line 259, in <module>
main()
File "/usr/local/bin/denoiser.py", line 256, in main
opts.checkpoint_fp)
File "/usr/local/lib/python2.6/site-packages/qiime/denoiser/
flowgram_clustering.py", line 612, in denoise_seqs
verbose=verbose, squeeze=squeeze, primer=primer)
File "/usr/local/lib/python2.6/site-packages/qiime/denoiser/
preprocess.py", line 202, in preprocess
barcode_mapping = extract_barcodes_from_mapping(labels)
File "/usr/local/lib/python2.6/site-packages/qiime/denoiser/
flowgram_filter.py", line 253, in extract_barcodes_from_mapping
flowgram_id = tmatch.group(2)
AttributeError: 'NoneType' object has no attribute 'group'
print_qiime_config.py -t: I see that there are some errors - most
noticeably the python error.
System information
==================
Platform: linux2
Python version: 2.6 (r26:66714, Feb 21 2009, 02:16:04) [GCC 4.3.2
[gcc-4_3-branch revision 141291]]
Python executable: /usr/bin/python
Dependency versions
===================
PyCogent version: 1.5.1
NumPy version: 1.5.1
matplotlib version: 1.0.1
QIIME library version: 1.3.0-dev
QIIME script version: 1.3.0-dev
PyNAST version (if installed): 1.1
RDP Classifier version (if installed): rdp_classifier-2.2.jar
QIIME config values
===================
blastmat_dir: None
topiaryexplorer_project_dir: None
pynast_template_alignment_fp: None
cluster_jobs_fp: None
pynast_template_alignment_blastdb: None
assign_taxonomy_reference_seqs_fp: None
torque_queue: friendlyq
template_alignment_lanemask_fp: None
jobs_to_start: 1
cloud_environment: False
qiime_scripts_dir: None
denoiser_min_per_core: 50
working_dir: None
python_exe_fp: python
temp_dir: None
blastall_fp: blastall
seconds_to_sleep: 60
assign_taxonomy_id_to_taxonomy_fp: None
running checks:
FastTree is in path and version is supported ... ok
INFERNAL is in path and version is supported ... ok
AmpliconNoise install looks sane. ... ok
blast is in path and version is supported ... ok
blastall_fp is set to a valid path ... ok
blastmat_dir is set to a valid path. ... ok
cdbtools is in path and version is supported ... ok
cd-hit is in path and version is supported ... ok
no obvious problems with ChimeraSlayer install ... ok
clearcut is in path and version is supported ... ok
cluster_jobs_fp is set to a valid path and is executable ... ok
denoiser aligner is ready to use ... ok
local qiime_config has no extra params ... ok
maptplotlib version is supported ... FAIL
mothur is in path and version is supported ... ok
muscle is in path and version is supported ... ok
numpy version is supported ... FAIL
pynast version is supported ... ok
pynast_template_alignment_blastdb, if set, is set to a valid path ...
ok
pynast_template_alignment, if set, is set to a valid path ... ok
python_exe_fp is set to a working python env ... ok
python is in path and version is supported ... ERROR
qiime_scripts_dir, if set, is set to a valid path ... ok
raxmlHPC is in path and version is supported ... FAIL
temp_dir, if set, is set to a valid path ... ok
template_alignment_lanemask, if set, is set to a valid path ... ok
uclust is in path and version is supported ... ok
working_dir, if set, is set to a valid path ... ok
======================================================================
ERROR: python is in path and version is supported
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/bin/print_qiime_config.py", line 287, in
test_python_supported_version
version = tuple(version[0],version[1],0)
TypeError: tuple() takes at most 1 argument (3 given)
======================================================================
FAIL: maptplotlib version is supported
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/bin/print_qiime_config.py", line 332, in
test_matplotlib_suported_version
version_string))
AssertionError: Unsupported matplotlib version. Must be >= 0.98.5.3
and < 0.98.5.4 , but running 1.0.1.
======================================================================
FAIL: numpy version is supported
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/bin/print_qiime_config.py", line 314, in
test_numpy_suported_version
version_string))
AssertionError: Unsupported numpy version. Must be >= 1.3.0 and <
1.5.1 , but running 1.5.1.
======================================================================
FAIL: raxmlHPC is in path and version is supported
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/bin/print_qiime_config.py", line 518, in
test_raxmlHPC_supported_version
% ('.'.join(map(str,acceptable_version)), version_string))
AssertionError: Unsupported raxmlHPC version. 7.0.3 is required, but
running 7.2.8.
----------------------------------------------------------------------
Ran 28 tests in 0.254s
FAILED (failures=3, errors=1)
split_library_log.txt*
Num Samples 36
Sample ct min/max/mean: 752 / 11700 / 3772.22
Sample Sequence Count Barcode
48.6132011 11700 AAAAAAGC
.
.
.
27.1192011 752 AAAAATAC
Total number seqs written 135800
"split_library_log.txt" [noeol] 62L, 1925C
*removed all but two files names and altered the ones seen to remove
pt. initials.
Denoiser version: 1.3.0-dev
SFF file: qiime/SFF/454Reads.13.11.10.2010.sff.txt
Fasta file: qiime/split_library_output/seqs.fna
Preprocess dir: None
Primer sequence: GAGTTTGATCNTGGCTCAG
Running on cluster: False
Num CPUs: 16
Squeeze Seqs: False
tmpdir: qiime/Outdir/
percent_id threshold: 0.97
Minimal sequence coverage for first phase: 1
Low cut-off: 3.75
High cut-off: 4.50
Error profile: /usr/local/lib/python2.6/site-packages/qiime/
support_files/denoiser/Data/FLX_error_profile.dat
Maximal number of iteration: None
On Oct 26, 3:04 pm, Jose Carlos Clemente <
jose.cleme...@gmail.com>
wrote: