aboutsummaryrefslogtreecommitdiff
path: root/tools/fastp.nix
blob: 454d100fae29990165c14eeb7b368040a781ff6d (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;
}