qiime
qiime copied to clipboard
cscore calculation bug
using the script observation_metadata_correlation.py
with -s cscore
results in failure because the metadata from the mapping file isn't cast as an array.
line 2428 needs to change to:
v2_b = array(v2).astype(bool)
i have verified this error and the fix on data provided by a forum poster here
I would like to work on the issue
@souravsingh, I just posted a comment on #2075 about contributing to QIIME 1 versus QIIME 2 - let me know how you'd like to proceed, and thanks for your interest in contributing to QIIME!
@gregcaporaso I would like to contribute to QIIME 2.But I do not see any easy-fix bugs in QIIME 2 bug tracker/