I was running core diversity analysis using below command
core_diversity_analyses.py -o cdout/ -i pick_open_reference_otus_Step2/otu_table_mc2_w_tax_no_pynast_failures.biom -m temp.tsv -t pick_open_reference_otus_Step2/rep_set.tre -e 1114
*** ERROR RAISED DURING STEP: Make emperor plots, weighted_unifrac)
Command run was:
make_emperor.py -i cdout//bdiv_even1114//weighted_unifrac_pc.txt -o cdout//bdiv_even1114//weighted_unifrac_emperor_pcoa_plot/ -m temp.tsv
Command returned exit status: 1
Stdout:
Stderr
Traceback (most recent call last):
File "/gpfs/home/nsyed/anaconda3/envs/qiime1/bin/make_emperor.py", line 643, in <module>
main()
File "/gpfs/home/nsyed/anaconda3/envs/qiime1/bin/make_emperor.py", line 468, in main
sids_intersection, include_repeat_cols=True)
File "/gpfs/home/nsyed/anaconda3/envs/qiime1/lib/python2.7/site-packages/emperor/qiime_backports/filter.py", line 113, in filter_mapping_file
headers.append(map_header[i+1])
IndexError: list index out of range
i have checked check mapping file script and it just showed error with my TSV file and which is was pretty much expected. So what else might be issue ? any idea ?
And Another problem: I am runnig closed Refrence OTU picking with using 4 parallel jobs and its running for 4 days and seems its not doing any thing. So what might be the problme ? Shall i killed the jobs and run again ? Something to do with parallel option ? seqs.fna file is around 30 Gbs.