blob: 8c448b99f672257b03c9ddace105b787ae6e8dd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ bionix }:
with bionix;
{
fastqc = pkgs.callPackage ./fastqc-app.nix { };
/* QC check
Type: check :: {...} -> input :: fastq -> report
*/
check = callBionixE ./fastqc-check.nix;
}
|