This commit is contained in:
Zengtudor 2024-09-20 15:49:05 +08:00
parent d1aabfcaa4
commit 9fdacbf43c
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ int main()
{
try{
//原理是这里定义处理函数将函数传入dna::open_file_and_calculate在open_file_and_calculate中会调用传入的函数
//参数列表 <文件分块内存大小单个DNA序列最长大小>("输入文件名","输出文件名",序列处理函数);
//这个函数在src/tools/dna里面
dna::open_file_and_calculate<(size_t)4*1024 * 1024 *1024 , (size_t)5e4+5>("filteredReads.txt", "reversedSequence.txt",reverseComplement);