From c91b0f8fb206fe372a536ac7256ddf3156d91a57 Mon Sep 17 00:00:00 2001 From: Guoyi Zhang Date: Mon, 9 Dec 2024 16:24:56 +1100 Subject: [PATCH] polish: clean unused path --- RGBEPP.d | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RGBEPP.d b/RGBEPP.d index b0854e2..168d1a6 100644 --- a/RGBEPP.d +++ b/RGBEPP.d @@ -586,9 +586,8 @@ void main(string[] args) { string DirBam = buildPath(DirHome, "04_bam"); string DirVcf = buildPath(DirHome, "05_vcf"); string DirConsensus = buildPath(DirHome, "06_consen"); - string DirConsensus1 = buildPath(DirHome, "07_consen1"); - string DirAlign = buildPath(DirHome, "08_macse"); - string DirTrim = buildPath(DirHome, "09_trimal"); + string DirAlign = buildPath(DirHome, "07_macse"); + string DirTrim = buildPath(DirHome, "08_trimal"); string PathFastp = "/usr/bin/fastp"; string PathSpades = "/usr/bin/spades.py";