-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (43 loc) · 1.24 KB
/
.gitignore
File metadata and controls
49 lines (43 loc) · 1.24 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
gitignore/
.snakemake/
.vscode/*
test/
resources/ref_genomes/hg19/*
resources/ref_genomes/hg19_old/*
!resources/ref_genomes/hg19/genome_hg19_50kb.bed
!resources/ref_genomes/hg19/hg19_ucsc_genes.bed
!resources/ref_genomes/hg19/genome_hg19.bed
!resources/ref_genomes/hg19/genome_hg19.txt
!resources/ref_genomes/hg19/hg19_ucsc_genes_knownCanonical_stranded.bed
!resources/ref_genomes/hg19/hg19_ucsc_genes_knownCanonical_tes_windows_201_100.bed.gz
!resources/ref_genomes/hg19/hg19_ucsc_genes_knownCanonical_tss_windows_201_100.bed.gz
resources/samples/DS/*
!resources/samples/DS/README.md
resources/samples/edu/*
resources/samples/input2/*
resources/samples/mutation/*
!resources/samples/mutation/README.md
resources/samples/okseq/*
resources/samples/okseq2/*
resources/samples/okseq_original/*
resources/samples/sim/*
!resources/samples/sim/README.md
resources/samples/XR/*
!resources/samples/XR/README.md
resources/samples/chromHMM/*
results/*
results_old/*
!results/README.md
!results/plot_dataframe
logs/cluster/*
!logs/cluster/README.md
logs/*
workflow/scripts/4plots/gitignore/
workflow/scripts/4plots/.Rproj.user/
workflow/scripts/4plots/.RData
workflow/scripts/4plots/.Rhistory
workflow/scripts/.DS_Store
workflow/.DS_Store
.Rproj.user
.DS_Store
Rplots.pdf