From 1998d793e2bb9e56bc96a77a8bfec29c5f5ba8c6 Mon Sep 17 00:00:00 2001 From: Benjamin Jean-Marie Tremblay Date: Mon, 18 Mar 2024 11:05:48 +0100 Subject: [PATCH] more Mt/Pt default names --- src/quaqc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quaqc.h b/src/quaqc.h index 57260e6..9e2a516 100644 --- a/src/quaqc.h +++ b/src/quaqc.h @@ -43,8 +43,8 @@ #define DEFAULT_OUT_EXT ".quaqc.txt" #define DEFAULT_BAM_EXT ".filt.bam" -#define DEFAULT_MITO "chrM,ChrM,Mt,mitochondria" -#define DEFAULT_PLTD "chrC,ChrC,Pt,chloroplast" +#define DEFAULT_MITO "chrM,ChrM,Mt,MT,MtDNA,mit,Mito,mitochondria,mitochondrion" +#define DEFAULT_PLTD "chrC,ChrC,Pt,PT,Pltd,Chloro,chloroplast" // Functions, macros ------------------------------------------------------------