Skip to content

Commit

Permalink
toUsher correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
sumit-walia committed Jan 11, 2025
1 parent 48dd194 commit b0b71e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panmanUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ void parseAndExecute(int argc, char* argv[]) {
} else if(globalVm.count("printRoot")) {
printRoot(TG, globalVm, outputFile, buf);
return;
} else if(globalVm.count("toUser")) {
} else if(globalVm.count("toUsher")) {
toUsher(TG, globalVm);
return;
// } else if(globalVm.count("fasta-fast")){
Expand Down

0 comments on commit b0b71e9

Please sign in to comment.