Skip to content

Commit

Permalink
revise prompt texsts
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanxw committed Feb 12, 2014
1 parent 468063b commit fd2dbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Main.cpp
Expand Up @@ -1276,7 +1276,7 @@ int main(int argc, char** argv){
}
}
if (FLAG_xHemiKinship.empty()) {
logger->warn("Autosomal kinship loaded, but no hemizygote region kinship provided, family-based tests will failed to fit.");
logger->warn("Autosomal kinship loaded, but no hemizygote region kinship provided, some sex chromosome tests will be skipped.");
} else {
start = clock();
if (dc.loadKinshipFileForX(FLAG_kinship, phenotypeNameInOrder)){
Expand Down
2 changes: 1 addition & 1 deletion vcfUtils/vcf2kinship.cpp
Expand Up @@ -826,7 +826,7 @@ int main(int argc, char** argv){
time_t endTime = time(0);
fprintf(stderr, "Analysis ends at: %s", ctime(&endTime));
int elapsedSecond = (int) (endTime - startTime);
fprintf(stderr, "Analysis took %d seconds", elapsedSecond);
fprintf(stderr, "Analysis took %d seconds.\n", elapsedSecond);

return 0;
};
Expand Down

0 comments on commit fd2dbc8

Please sign in to comment.