qiime / qiime_web_app

QIIME, EMP and American Gut Web Application
www.microbio.me/qiime
9 stars 10 forks source link

Duplicate prokmsa ids #487

Closed ElDeveloper closed 11 years ago

ElDeveloper commented 11 years ago

Selecting all the studies listed below, will print the following traceback in the web portal. The meta-analysis is only trying to create an OTU table and a mapping file nothing else:

Submitted Meta-Analyses: 
    • Job 103383: COMPLETED_ERROR 
    • 
    • Output: Traceback (most recent call last): 
        File "/home/wwwuser//git/qiime_web_app/python_code/scripts/make_mapping_file_and_otu_table.py",

        line 89, in main() 
            File "/home/wwwuser//git/qiime_web_app/python_code/scripts/make_mapping_file_and_otu_table.py",
        line 86, in main jobs_to_start,taxonomy,tree_fp)
            File "/home/wwwuser/git/qiime_web_app/python_code/generate_mapping_and_otu_table.py",
        line 521, in write_mapping_and_otu_table otu_table_file_dir_db)
            File "/home/wwwuser/git/qiime_web_app/python_code/generate_mapping_and_otu_table.py",
        line 561, in write_otu_table
            raise ValueError, 'Duplicate prokmsa ids! - %s ' % sample_name1 ValueError: Duplicate prokmsa ids! - P.C.7.1.414758

The selected studies are the following:


@wdwvt1 originally tried to create this meta-analysis. I was able to take a look at the mapping file that was generated but there was no OTU table. The total number of samples is around 15,000.

ElDeveloper commented 11 years ago

@wdwvt1 and @douginator2000 this issue seems to be resolved right?

douginator2000 commented 11 years ago

As far as I'm aware, it's fixed.

On Thu, Aug 8, 2013 at 8:12 AM, Yoshiki Vázquez Baeza < notifications@github.com> wrote:

@wdwvt1 https://github.com/wdwvt1 and @douginator2000https://github.com/douginator2000this issue seems to be resolved right?

— Reply to this email directly or view it on GitHubhttps://github.com/qiime/qiime_web_app/issues/487#issuecomment-22325987 .

Doug Wendel Professional Research Associate University of Colorado at Boulder Department of Chemistry and Biochemistry, Knight Lab 303-641-5442 wendel@colorado.edu

ElDeveloper commented 11 years ago

Sweet! :shipit: