解决 bwa clang: error: linker command failed with exit code 1 (use -v to see invocation)
背景说明
粉丝的问题如下:
在 BWA 项目的 bwt.c 文件中,我找到了 bwt_dump_bwt 方法和 bwt_dump_sa 方法。我想用它们来读取 .bwt 文件和 .sa 文件。我编写了以下程序:
int main(void){char *tmp, *prefix;bwt_t *bwt;prefix=bwa_idx_infer_prefix("hg19bwaidx");tmp=calloc(strlen