-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnftest.yml
63 lines (55 loc) · 1.82 KB
/
nftest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
global:
temp_dir: ./test/work
nf_config: test/global.config
remove_temp: false
clean_logs: true
cases:
- name: test-integration-entrypoint-parser
message: Integration test with entypoint of parser
nf_script: main.nf
nf_config: test/test-integration-entrypoint-parser/test.config
skip: false
verbose: true
- name: test-integration-entrypoint-parser-multiple-vep
message: Integration test with entypoint of parser
nf_script: main.nf
nf_config: test/test-integration-entrypoint-parser-multiple-vep/test.config
skip: false
verbose: true
- name: test-integration-entrypoint-gvf
message: Integration test with entypoint of gvf
nf_script: main.nf
nf_config: test/test-integration-entrypoint-gvf/test.config
skip: false
verbose: true
- name: test-integration-no-split
message: Integration test with splitFasta off
nf_script: main.nf
nf_config: test/test-integration-no-split/test.config
skip: false
verbose: true
- name: test-integration-no-encode
message: Integration test with encodeFasta off
nf_script: main.nf
nf_config: test/test-integration-no-encode/test.config
skip: false
verbose: true
- name: test-integration-entrypoint-fasta
message: Integration test with entrypoint of variant fasta
nf_script: main.nf
nf_config: test/test-integration-entrypoint-fasta/test.config
skip: false
verbose: true
- name: test-integration-merge
message: Integration test with variant and noncoding peptides merged
nf_script: main.nf
nf_config: test/test-integration-merge/test.config
skip: false
verbose: true
- name: test-integration-no-filter
message: Integration test with no filter
nf_script: main.nf
nf_config: test/test-integration-no-filter/test.config
skip: false
verbose: true