BWA-FastAlign/README.md

12 lines
325 B
Markdown
Raw Normal View History

2025-08-31 18:12:47 +08:00
# FastAlign
Fast alignment tool based on bwa-mem
# 1. Compile the source code
make -j 8
# 2. Build the FMT-Index
2025-08-31 18:12:47 +08:00
./fastalign index reference.fasta
2025-08-31 18:12:47 +08:00
# 3. Run sequence alignment with FastAlign
./fastalign mem -t 64 -2 -M -R @RG\\tID:normal\\tSM:normal\\tPL:illumina\\tLB:normal\\tPG:fastbwa reference.fasta r1.fq.gz r2.fq.gz