From f0346d34aa9d099a5f0afde1f6fd1314fe3a1e15 Mon Sep 17 00:00:00 2001 From: Bart Mesuere Date: Fri, 21 Jun 2024 18:57:13 +0200 Subject: [PATCH] Update lib/commands/prot2pept.ts Co-authored-by: Pieter Verschaffelt --- lib/commands/prot2pept.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/commands/prot2pept.ts b/lib/commands/prot2pept.ts index 3b3a6b01..a64d862a 100644 --- a/lib/commands/prot2pept.ts +++ b/lib/commands/prot2pept.ts @@ -29,7 +29,6 @@ The input should have either one protein sequence per line or contain a FASTA fo pattern = new RegExp(this.program.opts().pattern, "g"); } catch (e) { this.program.error(`Your pattern was invalid: ${(e as Error).message}`); - //process.exit(1); } let fasta = false;