martinobertoni

Results 4 issues of martinobertoni

Hi! thanks for implementing UMAP it's very handy! When serializing a trained UMAP object via pickle I had the following error: ```python pickle.dump(myumap, open('pickle.pkl', 'w')) TypeError: a class that defines...

Good Reads

Clustering less than 10 sequences by psi-cd-hit fails. This fails for an "Illegal modulus zero in psi-cd-hit.pl at line 141". Checking if int($NR_no/10) and skipping the call to blast_formatdb() would...

Hi, Thanks for this super useful tool. I've come across a weirdly rendered SMILES: ``` C=C1CC23C[C@@H]4C[N@@]5C[C@]6(C)C[C@H](OC(C)=O)C[C@@]7(C2[C@H](O)[C@@H]1C(O)[C@@]3(O)C57)C46 ``` This is a valid SMILES which renders nicely on other tools but not...

Following the first example in `doc/source/reference/multimodal.rst` does not work a couple problem are workaroundable: `mmnet.AddCrossNet("TestMode1", "TestMode1", "TestCross1", snap.TBool(True))` to `mmnet.AddCrossNet("TestMode1", "TestMode1", "TestCross1", True)` (as all crossnets) `print modeneti.GetModeName()` to `print...