qiime icon indicating copy to clipboard operation
qiime copied to clipboard

cscore calculation bug

Open wdwvt1 opened this issue 9 years ago • 3 comments

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

wdwvt1 avatar Jul 30 '15 01:07 wdwvt1

I would like to work on the issue

souravsingh avatar Feb 26 '16 14:02 souravsingh

@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 avatar Mar 01 '16 21:03 gregcaporaso

@gregcaporaso I would like to contribute to QIIME 2.But I do not see any easy-fix bugs in QIIME 2 bug tracker/

souravsingh avatar Mar 15 '16 10:03 souravsingh