biocore / qiime

Official QIIME 1 software repository. QIIME 2 (https://qiime2.org) has succeeded QIIME 1 as of January 2018.
GNU General Public License v2.0
285 stars 268 forks source link

cscore calculation bug #2068

Open wdwvt1 opened 9 years ago

wdwvt1 commented 9 years ago

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

souravsingh commented 8 years ago

I would like to work on the issue

gregcaporaso commented 8 years ago

@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!

souravsingh commented 8 years ago

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