-
```
What steps will reproduce the problem?
1. pysam-0.6
import pysam
import sys
# usage:
all_variants_vcf_fn = sys.argv[1]
vcf = pysam.VCF()
for ln in vcf.parse(open(all_variants_vcf_fn)):
…
-
(forked from #75 and #102, especially [comment thread](https://github.com/WebAssembly/spec/pull/102#discussion_r31545685) with @sunfishcode and @BrendanEich).
Should Web Assembly allow implementation…
-
As identified in the Gamma(1,1) model (Issue #334), it can sometimes be very helpful to include bounds when optimizing. Ideally, this would happen automatically.
Here is an example of how it can be …
-
I want to write a model, like the one below. The main idea is that I have several conditions (or treatments) all parameters are estimated for each condition independently, except the kappa parameter t…
-
```
What steps will reproduce the problem?
1. pysam-0.6
import pysam
import sys
# usage:
all_variants_vcf_fn = sys.argv[1]
vcf = pysam.VCF()
for ln in vcf.parse(open(all_variants_vcf_fn)):
…
-
The following program and data produce errors like this and can't actually sample.
The final message is:
```
No acceptably small step size could be found. Perhaps the posterior is not continuous?
e…
-
```
The UPC spec working group agreed there was no outstanding issue for the
Proposal for High-Performance Wall-Clock Timers in UPC. It is ready for
subsequent review/acceptance into the required l…
-
```
This adds thumbnail generation for cover thumbnails used in the album view.
Follows the Free Desktop Specifications.
With my setup (330 albums with covers) this speeds up the initial loading
of …
-
Following comments in [this thread](https://github.com/elm-lang/elm-plans/issues/13), it has become apparent that any meaningful discussion on proposals to move Elm forward require some more rigor.
…
-
This is the issue for changes to the manual for the 2.6.0++ release.