statgen / METAL

Meta-analysis of genomewide association scans
Other
39 stars 12 forks source link

Incorrect label in error message #41

Open megskelton opened 1 month ago

megskelton commented 1 month ago
    int chromosomeColumn = history->chromosomeColumn = tokens.SlowFind(chromosomeLabel);
    if (chromosomeColumn < 0 && trackPositions) {
        printf("## ERROR: Chromosome column labeled '%s' not found\n\n", (const char *) strandLabel); 
        ifclose(f);
        return;
    }

I think strandLabel should be chromosomeLabel