Skip to content

Commit

Permalink
Merge pull request ash211#31 from pgaurav/master
Browse files Browse the repository at this point in the history
please merge these changes
  • Loading branch information
shelswenson committed Jun 26, 2011
2 parents 65e4d90 + 54a21b8 commit 2e72f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gtfold-mfe/src/algorithms-partition.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void fill_partition_fn_arrays(int len, double** Q, double** QB, double** QM) {
}
}
}
printf("Total partition number: %f", Q[1][len]);
printf("Total partition number: %f\n", Q[1][len]);
}

/**
Expand Down
4 changes: 2 additions & 2 deletions gtfold-mfe/src/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ void help() {
printf(" -n, --noisolate Prevent isolated base pairs from forming\n");
printf(" -o, --output FILE Output to FILE (default output is to a .ct extension)\n");
printf(" -t, --threads num Limit number of threads used\n");
printf(" --unamode Enable UNAfold mode. \n");
printf(" --prefilter value1,value2 Sets the prefilter mode similar to UNAfold\n");
printf(" --unamode Enable UNAfold mode. \n");
printf(" --prefilter value1,value2 Sets the prefilter mode similar to UNAfold\n");

printf("\n");
printf(" -h, --help Output help (this message) and exit\n");
Expand Down

0 comments on commit 2e72f93

Please sign in to comment.