blob: 62796820bffe635c61fbc28d11d840cd38250fd0 (
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;
}
|