-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
61 lines (56 loc) · 1.17 KB
/
.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
53
54
55
56
57
58
59
60
61
test/*
sra/*
workflow/logs/*
workflow/logs_slurm/*
workflow/notebooks/.ipynb_checkpoints/
workflow/scripts/*pycache*
.snakemake/*
.nextflow*
.nextflow/*
.env
results/data/local/
workflow/notebooks/__pycache__/
results/data/local/testlocal1/
results/data/local/testlocal2/
docs/results/latest/test/
*.obj
*.bak
# Shared Files/Database
results/data/*
results/detect_low_complexity/*
results/detect_repeats/*
results/detect_snp_density/*
results/detect_snp_density_collect/*
results/eager/*
results/iqtree/*
results/locus_coverage/*
results/locus_coverage_collect/*
results/logs/*
results/metadata/*
results/multiqc/*
results/report/*
results/snippy_multi/*
results/snippy_pairwise/*
results/qualimap/*
results/parse_tree/*
results/clock/*
results/mugration/*
results/geo/*
results/geo_bias/
results/beast/*
results/lsd/*
# Project
project/*/iqtree/*/*ckp.gz
project/*/iqtree/*/*uniqueseq*
project/*/iqtree/*/*filter50*
project/*/locus_coverage_collect/*
# Snippy Multi Alignments
project/*/snippy_multi/*/*.aln*
project/*/snippy_multi/*/*ref.fa
# Plotting
project/*/qualimap/*
project/*/multiqc/*/multiqc_data/*
# Projects to Ignore
project/test/data/
project/megapestis/eager/
project/main/logs/