Skip to content

Commit

Permalink
update shufflt
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Jun 19, 2023
1 parent c40c888 commit ca174f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phylotree-shuffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commander
console.log("");
console.log("Examples:");
console.log(
'phylotree tips test/data/MERS.txt'
'phylotree shuffle test/data/MERS.txt'
);
})
.parse(process.argv);
Expand Down
1 change: 1 addition & 0 deletions bin/phylotree.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ program
.command('reroot', 'reroot newick tree based on node')
.command('distance', 'find distance between two nodes')
.command('mrca', 'tag all descendants of mrca')
.command('shuffle', 'shuffle tips in a tree')

program.parse(process.argv);

0 comments on commit ca174f3

Please sign in to comment.