blob: 36bc6906c89a90ef089d0e36e1d036d9c808c12b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{ bionix }:
with bionix;
rec {
/* Check and filter fastqs
Type: { ... } -> { input1, input2 ? null } -> { out :: html, fastq1 :: fastq, fastq2 :: fastq, json :: JSON }
*/
check = callBionixE ./fastp-check.nix;
}
|