Ken Youens-Clark
Ken Youens-Clark
I need to massage the output from "smash" to create a distance matrix in the same form as that from Mash so I can reuse downstream visualization code. Right now,...
I'm the author of Command-Line Rust (O'Reilly, 2022). I would humbly suggest adding my book to your list. Thanks for such a comprehensive list!
First off, astounding work here. I'm able to visualize my PDB/XTC files and step through the frames manually with this bit of code: ``` molstar.Viewer.create("mol", { pdbProvider: "rcsb", layoutShowLog: false,...
Can you provide a minimal implementation that reads an input file and writes the suffix array to a file?