readInput.h
资源名称:MSA_MST.rar [点击查看]
上传用户:szpanda
上传日期:2016-03-09
资源大小:9k
文件大小:0k
源码类别:
DNA
开发平台:
C/C++
- /* File: readInput.h */
- /* Author:Qichan Ma, Student No.:250494898 */
- #ifndef READINPUT_H
- #define READINPUT_H
- /* read the residues, substitution score matrix & gap penalty from the input file */
- void readScore();
- /* get the number of sequences */
- int getNumOfSeq(char *infile);
- /* read the sequences from the input file */
- void readSeq();
- #endif