Pyright is a fast type checker meant for large Python source bases. It can run in a “watch” mode and performs fast incremental updates when files are modified. Pyright supports configuration files that provide granular control over settings. Different “execution environments” can be associated with subdirectories within a source base. Each environment can specify different module search paths, python language versions, and platform targets. Type inference for function return values, instance...
ProxyCrypt is a command line tool that creates encrypted volumes within a file or a hard drive. Encryption and decryption are made on the fly, allowing you to use encrypted volumes like normal ones.
Designed for paranoids and advanced users, it is also fast, very lightweight, open source and easy to recompile.
See the features below.
It works as a "proxy" for the AIM driver or the ImDisk driver. AIM driver is included in the full package.
See the documentation for more informations...
BCP is a command-line tool ideated to analyze NGS data, also offering a wrapper for some common NGS software, including Fastx and Samtools. It is oriented mainly towards targeted resequencing experiments, with a set of functions for general purposes. BCP also includes a function for breast cancer risk estimation, based on the Gail model, using both clinical and genome data.
A small command line tool to process streams of numbers and spit out the running total, bin the results or merge duplicates. Supports arbitrary precision numbers. ocdf is named for the cumulative distribution function in probability.