pick_open_reference_otus.py -i input.fna -o otu_out/
However while running the script, it produces the following error:
Traceback (most recent call last):
File "/home/ubora/.local/bin/pick_open_reference_otus.py", line 453, in <module>
main()
File "/home/ubora/.local/bin/pick_open_reference_otus.py", line 394, in main
default_jobs_to_start, parallel, option_parser)
File "/home/ubora/.local/lib/python2.7/site-packages/qiime/workflow/util.py", line 160, in validate_and_set_jobs_to_start
if (jobs_to_start != int(default_jobs_to_start)) and \
TypeError: int() argument must be a string or a number, not 'NoneType'
I ran the QIIME configuration test to check if there was any problem with the installation.
QIIME base install test results =============================== ......... ---------------------------------------------------------------------- Ran 9 tests in 0.031s OK
But it seems there's no issue with the installation. Can anyone please help me solve this problem?
cat $HOME/.qiime_config
assign_taxonomy_id_to_taxonomy_fp
assign_taxonomy_reference_seqs_fp
blastmat_dir
blastall_fp
cluster_jobs_fp
denoiser_min_per_core
jobs_to_start
pick_otus_reference_seqs_fp
pynast_template_alignment_blastdb
pynast_template_alignment_fp
sc_queue
seconds_to_sleep
slurm_memory
slurm_queue
temp_dir
topiaryexplorer_project_dir
torque_queue
slurm_time
Thanks for your help