-
A master student from Brazil contacted me via email with questions how to run RPS-BLAST+ and `cdd2cog.pl` correctly. I'm copying the correspondence in here in case it is useful for someone else:
Hi, …
-
I got this error
```
ReferenceError: crypto is not defined
0|mobarmegeen-backend | at hmac (node_modules/aws4fetch/dist/aws4fetch.cjs.js:223:21)
0|mobarmegeen-backend | at AwsV4Signer.s…
-
code:
```python
# import jtplot submodule from jupyterthemes
from jupyterthemes import jtplot
# currently installed theme will be used to
# set plot style if no arguments provided
jtplot.style…
ghost updated
7 years ago
-
Upon running `npm run deploy` the following error is presented:
```
message=Build failed: function.js does not exist; Error ID: 7485c5b6
```
After changing `server.js` to `function.js` the fol…
-
Pyplot.jl is a backend for PrettyPlots.jl and it requires a newer version of matplotlib or this error can pop up
```
ERROR: PyError (ccall(@pysym(:PyObject_Call), PyPtr, (PyPtr, PyPtr, PyPtr), o, py…
-
Hello,
I have been investigating some odd results for an OrthoFinder run using NCBI data and new annotations from about 15 species of ducks and other fowl, and I think that I have found a bug in th…
-
Need patch file or instructions as how to use moab_source.F90 as my installation fails to find iMesh_f.h. I can't seem to pass the appropriate variable using the MCNP build script.
I can make it work…
-
I am getting a lot of warnings when I use the t-likelihood in ash with small df. I think the warnings come from `my_e2trunct`. It's already noted that it is unstable for df of 1 or 2, but in the datas…
-
Hello,
I'm trying to run smoove call on a cohort of 10-25 WGS samples sequenced to 20X coverage. Species is disploid and genome size ~2G.
I have 65G memory. Memory usage is 2-4 G at the start an…
-
Hi, how would I go about implementing visualization of detection during training?
In ideal world, that would be a new hook that would run after each X epochs, take some images from validation set and…