From 1da143bdbc3ad5fcf0cf225c27a2fecafb8fa609 Mon Sep 17 00:00:00 2001 From: Guoyi Zhang Date: Sun, 8 Dec 2024 17:18:57 +1100 Subject: [PATCH] polish: correct the config --- config.example | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/config.example b/config.example index 58195c0..f8188f3 100644 --- a/config.example +++ b/config.example @@ -1,8 +1,10 @@ -fastp = /usr/bin/fastp -bowtie2 = /usr/bin/bowtie2 -samtools = /usr/bin/samtools -bcftools = /usr/bin/bcftools -macse = /usr/share/java/macse.jar -delstop = /usr/bin/delstop -trimal = /usr/bin/trimal -spades = /usr/bin/spades.py +fastp = /usr/bin/fastp +spades = /usr/bin/spades.py +diamond = /usr/bin/diamond +sortdiamond = /usr/bin/sortdiamond +bowtie2 = /usr/bin/bowtie2 +samtools = /usr/bin/samtools +bcftools = /usr/bin/bcftools +macse = /usr/share/java/macse.jar +delstop = /usr/bin/delstop +trimal = /usr/bin/trimal