-
In the lexicographicqlearning.py file in your text_gym file, there are constraints when defining objects, and what do constraints represent? This is the “constraints” in the first line of the c…
-
For projects with Rcpp, it would be convenient to build tags for `.cpp` files as well. :)
Right now when `ess-build-tags-command` is defined (with `ess[R]`), `ess-build-tags-for-directory` only buil…
-
Hi Volodymyr,
I had a couple questions. First, our SLR reads came split by their well/barcode. Should I map the reads for each of these back to our contigs one-by-one and then combine those in to a s…
-
I'm building the Cosmic muon detector with a partner for our internship. We just got the audrino in and wanted to upload the code onto it while we wait for te other components to come in. The thing is…
-
a suggestion from
Byeongdon Oh
--
"Ps. I might have found a typo in the MatchingFrontier Vignette ([here](https://projects.iq.harvard.edu/files/frontier/files/using_matchingfrontier.pdf)). You …
-
I've noticed sometimes the hippocampus gets cropped out slightly at the postprocess_labelmap step (e.g. the subject I was testing with #11) . @jordandekraker I am guessing increasing this parameter wi…
-
Dear Dr.Huang,
Hi, the assignment on canvas says it's due on 10/8.
However, the assignment tab is open for submission until 10/9(SAT) 2:59 PM.
Could you confirm the exact KST date for it?
https…
-
My detectors stop counting when the internal temperature goes above 32-34 degrees Celsius. This happens to all 5 detectors when I put them in direct sunlight. Only the counting of particles stops, but…
-
Hi,
Great tool, thank you for making it available to the community.
I have run souporcell on a number of scRNA-seq samples. Everything appears to go fine and the program runs to completion provi…
-
No matter how you do it, parsing is likely to be slow. So to mitigate that, you should use serde to serialize parsed KBs. (I hope I haven't discussed this before.) While you're benchmarking, you might…