node-d3-dispatch

Register named callbacks and call them with arguments

Dispatching is a convenient mechanism for separating concerns with loosely-coupled code: register named callbacks and then call them with arbitrary arguments. A variety of D3 components, such as d3-request, use this mechanism to emit events to listeners. Think of this like Node’s EventEmitter, except every listener has a well-defined name so it’s easy to remove or replace them.

bio-eagle-examples

Examples for bio-eagle

Eagle estimates haplotype phase either within a genotyped cohort or using a phased reference panel. The basic idea of the Eagle1 algorithm is to harness identity-by-descent among distant relatives—which is pervasive at very large sample sizes but rare among smaller numbers of samples—to rapidly call phase using a fast scoring approach. In contrast, the Eagle2 algorithm analyzes a full probabilistic model similar to the diploid Li-Stephens model used by previous HMM-based methods.

libntirpc6.3

new transport-independent RPC library

Port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6.

sview

GUI to view and modify Slurm state

The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains sview, a GUI that can be used to view Slurm configuration, job, step, node and partitions state information. Authorized users can also modify select information.

opaque-store

store OPAQUE password encrypted blobs of information online

The opaque-store software manages a simple OPAQUE based online store of small blobs.

python3-borghash

Memory-efficient hash table (implemented in Cython)

Memory-efficient hashtable implementations as a Python library, implemented in Cython.