-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_config_SMK.yml
More file actions
53 lines (53 loc) · 2.67 KB
/
test_config_SMK.yml
File metadata and controls
53 lines (53 loc) · 2.67 KB
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
---
id: fca0e8bc-afbb-40a4-924b-35326d1efb19
version: 1.0.0
authors:
- github_account: suecharo
workflow:
name: Snakefile
readme: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/README.md"
language:
type: SMK
version: "1.0"
files:
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/Snakefile"
target: Snakefile
type: primary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/genome.fa"
target: data/genome.fa
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/genome.fa.amb"
target: data/genome.fa.amb
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/genome.fa.ann"
target: data/genome.fa.ann
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/genome.fa.bwt"
target: data/genome.fa.bwt
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/genome.fa.fai"
target: data/genome.fa.fai
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/genome.fa.pac"
target: data/genome.fa.pac
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/genome.fa.sa"
target: data/genome.fa.sa
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/samples/A.fastq"
target: data/samples/A.fastq
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/data/samples/B.fastq"
target: data/samples/B.fastq
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/envs/calling.yaml"
target: envs/calling.yaml
type: secondary
- url: "https://raw.githubusercontent.com/suecharo/gh-trs/458d0524e667f2442a5effb730b523c1f15748d4/tests/SMK/wf/envs/mapping.yaml"
target: envs/mapping.yaml
type: secondary
testing:
- id: test_1
files:
- url: "https://github.com/suecharo/gh-trs/blob/main/tests/SMK/test/wf_engine_params.json"
type: "wf_engine_params"