-
Notifications
You must be signed in to change notification settings - Fork 6
Description
@bebatut
I ran the ASAIM workflow on usegalaxy.eu. The tool group_humann2_uniref_abundances_to_go gets completed but doesn't give an output apart from the header. I looked at the stderr and it showed me the error pasted below.
Error:
Traceback
(most recent call last):
File "/usr/local/tools/_conda/envs/mulled-v1-9bc79a813cb75ba2c9ce416588a3693084acbc7c8949cf5154583f312deb663a/bin/map_to_slim.py", line 9, in
from goatools.obo_parser import GODag
File "/usr/local/tools/_conda/envs/mulled-v1-9bc79a813cb75ba2c9ce416588a3693084acbc7c8949cf5154583f312deb663a/lib/python2.7/site-packages/goatools-0.6.4-py2.7.egg/goatools/init.py", line 5, in
File "/usr/local/tools/_conda/envs/mulled-v1-9bc79a813cb75ba2c9ce416588a3693084acbc7c8949cf5154583f312deb663a/lib/python2.7/site-packages/goatools-0.6.4-py2.7.egg/goatools/go_enrichment.py", line 18, in
File "/usr/local/tools/_conda/envs/mulled-v1-9bc79a813cb75ba2c9ce416588a3693084acbc7c8949cf5154583f312deb663a/lib/python2.7/site-packages/fisher/init.py", line 1, in
from cfisher import *
File "numpy.pxd", line 148, in init cfisher (src/cfisher.c:5842)
ValueError: numpy.dtype has the wrong size, try recompiling
Loading table from: /data/dnb02/galaxy_db/files/007/507/dataset_7507949.dat
Treating /data/dnb02/galaxy_db/files/007/507/dataset_7507949.dat as stratified output, e.g. ['UniRef50_A3DEF7', 'g__Clostridium.s__Clostridium_thermocellum']
Loading custom groups file: tmp_data/uniref_go_mapping_output.txt
Loading mapping file from: tmp_data/uniref_go_mapping_output.txt
Original Feature Count: 4844; Grouped 1+ times: 2442 (%50.4); Grouped 2+ times: 1525 (%31.5)
Loading table from: tmp_data/humann2_go_abundances.txt
Treating tmp_data/humann2_go_abundances.txt as stratified output, e.g. ['GO:0000030', 'g__Clostridium.s__Clostridium_thermocellum']
Loading custom groups file: tmp_data/formatted_humman2_go_slim.txt
Loading mapping file from: tmp_data/formatted_humman2_go_slim.txt
Original Feature Count: 516; Grouped 1+ times: 1 (%0.2); Grouped 2+ times: 0 (%0.0)
Traceback (most recent call last):
File "/usr/local/tools/_conda/envs/mulled-v1-9bc79a813cb75ba2c9ce416588a3693084acbc7c8949cf5154583f312deb663a/bin/src/format_humann2_output.py", line 90, in
format_humann2_output(args, go_annotations)
File "/usr/local/tools/_conda/envs/mulled-v1-9bc79a813cb75ba2c9ce416588a3693084acbc7c8949cf5154583f312deb663a/bin/src/format_humann2_output.py", line 66, in format_humann2_output
namespace = go_annotations[go_id]["namespace"]
KeyError: 'UNGROUPED'