From 7ae9fb8bd9a341f22d3d6b1b50343328c1ccb162 Mon Sep 17 00:00:00 2001 From: "zzysz@qq.com" Date: Thu, 28 Aug 2025 19:24:41 +0800 Subject: [PATCH] bwa --- bwa/reads.fq | 4 ++++ bwa/reference.fasta | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 bwa/reads.fq create mode 100644 bwa/reference.fasta diff --git a/bwa/reads.fq b/bwa/reads.fq new file mode 100644 index 0000000..f557bf7 --- /dev/null +++ b/bwa/reads.fq @@ -0,0 +1,4 @@ +@read1 +ACGTACGT ++ +IIIIIIII diff --git a/bwa/reference.fasta b/bwa/reference.fasta new file mode 100644 index 0000000..4188480 --- /dev/null +++ b/bwa/reference.fasta @@ -0,0 +1,2 @@ +>chr1 +ACGTACGTACGT