Niksa Praljak

Results 6 issues of Niksa Praljak

I set `n_training_epochs` to `args.epochs`, where `args.epochs` is 1. Of course, I plan to change this after I complete the fast development. However, it appears that parameteric_umap.fit_transform() leads to 10...

I see that FAMSA allows for straightforward profile-profile alignment between MSAs using the following command: ```bash # profile-profile alignment without refining output ./famsa -refine_mode off ./test/adeno_fiber/upgma.no_refine.part1.fasta ./test/adeno_fiber/upgma.no_refine.part2.fasta pp.fasta ``` It...

Awesome work! In figure 4 of the paper, the plot compares synthetic and designed nanobodies in terms of their expression levels (fluorescence AU). Where can I find the synthetic and...

I enjoyed reading the peer-reviewer paper on pylabrobot! Question: I noticed that the wrapper is OS-agnostic and even robot-agnostic. It can even handle Tecan Evo as the backend. However, is...

Great work! Out of curiosity, what will it take to adapter DiT architecture for protein sequence generation with FLASH attention or other similar memory efficient attention mechanism?

Awesome repo on Discrete Flow Matching! Q: Is it posisble to do classifier-free guidance with "discrete" flow matching? I know that there is implementation with conditional flow matching on continuous...