-
I wonder whether we should have a special metamethod for pickle? The assumption that `tostring (object)` will generate a string that can be passed to `functional.eval` doesn't even hold true for the …
-
If you run this:
```
p, q, a, b, c, d = symbols('p q a b c d')
x = Piecewise((a, p & q), (b, p), (c, q), (d, True))
y = Piecewise((1, x
-
I'm currently trying to run `hisat_genotype` in a `docker` container due to #66
Below is my `Dockerfile`
```
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
USER root
ENV DE…
-
Hi,
Sorry, does anybody know how to clone repo with GitHub deploy keys or maybe AWS CodeCommit in this library??
Thank You,
Gabriel
-
Hi,
The data I have are RNA data, more precisely from the TruSeq stranded Illumina.
They were processed in the pipeline snakemake I developed with a first FASTQC, a trimming with cutadapt to eli…
-
Following discussion already have in post #2, I did some tests on two of our samples. However, I observe different results among them. Note that for the simplicity,
- the base calling is done wit…
-
Please read the blog post for more information: https://rdkit.blogspot.com/2020/01/trying-out-new-tautomer.html
Here's the corresponding jupyter notebook: https://github.com/greglandrum/rdkit_blog/…
-
When trying to compute the gradient of the logpdf with respect to r (A\phi works just fine), I get and error.
This problem then propagates to the sample_joint function as well.
e.g.:
```
(;f,…
-
Current `riscv-mini` implements RV32I of the User-level ISA Version 2.0 and the Machine-level ISA of the Privileged Architecture Version 1.7. This requires the users to build and install RISC-V tools …
-
Current conditions - these can control where deployments/dependencies/upgrades all run/exist:
```yaml
dev: true # dev only, except where other conditions
test: true # whether this is executed/n…