Skip to content

Commit

Permalink
Update lib/commands/prot2pept.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Verschaffelt <[email protected]>
  • Loading branch information
bmesuere and pverscha authored Jun 21, 2024
1 parent c24382a commit f0346d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/commands/prot2pept.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f0346d3

Please sign in to comment.