-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (36 loc) · 916 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
.*
!.gitignore
_*
*.out
data/concat_fastqs/concat_fastq_out
data/concat_c636/
results/*
!results/summary
!results/dms-view
results/notebooks/.*
results/shallow_mut_scanning/.*
results/all_tiles/.*
!results/all_tiles
!results/tile_*
results/tile_*/*
!results/tile_*/prefs
results/tile_*/prefs/*
!results/tile_*/prefs/*prefs*.csv
!results/tile_*/muteffects
results/tile_*/muteffects/*
!results/tile_*/muteffects/*_muteffects.csv
!results/tile_*/diffsel
results/tile_*/diffsel/*
!results/tile_*/diffsel/*diffsel.csv
!results/tile_*/dms_view
results/tile_*/dms_view/*
!results/tile_*/dms_view/data.csv
!results/tile_*/logoplots
results/tile_*/logoplots/*
!results/tile_*/logoplots/*.pdf
!results/tile_*/prefs_with_stop
results/tile_*/prefs_with_stop/*
!results/tile_*/prefs_with_stop/*.csv
!results/tile_*/muteffects_with_stop
results/tile_*/muteffects_with_stop/*
!results/tile_*/muteffects_with_stop/*.csv