Skip to content

Instantly share code, notes, and snippets.

@ljyanesm
ljyanesm / Minimum sample selection for maximal gene coverage.ipynb
Created June 29, 2020 16:07
Set Cover Problem - Minimum set selection for maximal weighted coverage
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ljyanesm
ljyanesm / Maximum budgeted gene selection.ipynb
Created June 29, 2020 16:06
Set Cover Problem - Maximum budgeted selection
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
### Keybase proof
I hereby claim:
* I am ljyanesm on github.
* I am ljyanesm (https://keybase.io/ljyanesm) on keybase.
* I have a public key whose fingerprint is 3F90 9B94 0E00 AE0C 4A9F BFAE 24BE F1EE 65BE 28AB
To claim this, I am signing this object:
#!/bin/bash
# Based heavily on: https://github.com/glennklockwood/bioinformatics-profile/blob/master/generic-profiler.sh
# Environment variables for configuring behavior:
# NO_PROFILE=1 to skip profiling altogether
# NO_DF=1 to skip profiling file system capacities
# NO_FILEHANDLES=1 to skip profiling file handle counts
#
NO_DF=1
NO_FILEHANDLES=1