Age | Commit message (Collapse) | Author |
|
escapeShellArgs calls toString on the passed item, which for paths
converts it to a string containing the full path outside the nix
store. Avoid this by calling escapeShellArg on strings only.
|
|
- fetch dbNSFP automatically via gdrive.pl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
salloc must call srun to actually launch job on execution node rather
than submission node
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- use bionix.pkgs instead of nixpkgs
- replace stdenv.mkDerivation with stage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|