Skip to content

Commit

Permalink
merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreese committed Nov 2, 2021
1 parent 01d3901 commit 46b5c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/io/compgen/ngsutils/NGSUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public static void main(String[] args) {
.addCommand(VCFPeptide.class)
.addCommand(FastaGrep.class)
.addCommand(BamToFasta.class)
.addCommand(BamPhase.class)
.addCommand(BamPhase.class);

try {
if (args.length == 0) {
Expand Down

0 comments on commit 46b5c94

Please sign in to comment.