-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
52 lines (52 loc) · 921 Bytes
/
.gitignore
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
*
!workflow
!workflow/*
!workflow/*.snake
!workflow/envs
!workflow/envs/*
!workflow/rules
!workflow/rules/*
!workflow/report
!workflow/report/*
!workflow/schemas
!workflow/schemas/*
!workflow/scripts
!workflow/scripts/*
!config
!config/config.yaml
!config/cluster.yaml
!config/samples.tsv
!config/phenos.tsv
!.github
!.github/workflows
!.github/workflows/*
!.gitignore
!.gitattributes
!Dockerfile
!README.md
!MANIFEST.IN
!setup.py
workflow/*.err
workflow/*.out
workflow/*.html
workflow/*.sh
!kgwasflow
!kgwasflow/*
!environment.yaml
!.test
!.test/config_ecoli
!.test/config_ecoli/*
!.test/data
!.test/data/ecoli_phenos
!.test/data/ecoli_phenos/*
!.test/data/ecoli_ref
!.test/data/ecoli_ref/CP026474.1.fa
!.test/data/ecoli_ref/CP026474.gff3
!.test/data/test_ref
!.test/data/test_ref/*
!.test/data/test_phenos
!.test/data/test_phenos/*
!.test/data/test_reads
!.test/data/test_reads/*
!.test/config_test
!.test/config_test/*