-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands-1.yaml
More file actions
23 lines (22 loc) · 787 Bytes
/
commands-1.yaml
File metadata and controls
23 lines (22 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tests:
test-1: "$GREPQ 16S-no-iupac.txt small.fastq"
test-2: "$GREPQ 16S-no-iupac.txt small.fastq inverted"
test-3: "$GREPQ -I 16S-no-iupac.txt small.fastq"
test-4: "$GREPQ -I 16S-no-iupac.txt small.fastq inverted"
test-5: "$GREPQ -R 16S-no-iupac.txt small.fastq"
test-6: "$GREPQ -R 16S-no-iupac.txt small.fastq inverted"
test-7: "$GREPQ -c 16S-no-iupac.txt small.fastq"
test-8: "$GREPQ -c 16S-no-iupac.txt small.fastq inverted"
test-9: "$GREPQ 16S-no-iupac.txt small.fastq tune -n 10000 -c"
test-10: "$GREPQ -x 16S-no-iupac.json SRX26365298.fastq.gz tune -n 100000 -c --names --json-matches"
expected_sizes:
test-1: 15953
test-2: 736547
test-3: 19515
test-4: 901271
test-5: 35574
test-6: 1642712
test-7: 53
test-8: 2447
test-9: 411
test-10: 2689