Niema Moshiri
Niema Moshiri
Seeing this years later (so I assume gzip input support hasn't been added), but if you're running NanoSim-H in bash, you can use a named pipe to decompress on-the-fly: ```bash...
Thank you for reaching out! I don't *think* there should be a minimum reference genome size, but there could be a bug somewhere (I've mainly tested on SARS-CoV-2). Do you...
Thanks for double checking, and I'm glad to hear you figured it out! If possible, would you be able to share a small example dataset regardless? It would be good...
I'm also having issues with messed up colors. I converted a PNG to DDS, and I'm sure the DDS is fine because converting back to PNG was fine. Then, when...
Integration into [Pillow](https://pillow.readthedocs.io/en/latest/) would be cool
Thanks for reaching out! Happy to take a look into it! Can you provide a small example tree as well as a description of the behavior you'd like to see?...
I think I've found a reasonable EPUB pathway! It seems to be feasible using `tex4ebook`, which is part of the `texlive-extra-utils` package in `apt`: ```bash tex4ebook -f epub3 filename.tex ```...
Based on an [ICANN lookup](https://lookup.icann.org/en/lookup), here's the registrar information: * Name: Spaceship, Inc. * IANA ID: 3862 * Abuse contact email: [email protected] * Abuse contact phone: tel:+1.6613102107 I would suggest...
If you Google the registrant's phone number and address, it seems like this person runs phishing scams (multiple results come up over the past few years, e.g. Better Business Bureau...
+1, I ran `jupyter book build -h` to find the help message, and then found it from there. In general, the build options could be better documented