-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (55 loc) · 829 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (55 loc) · 829 Bytes
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
build
tmp*
back.*
new.*
*.pdf
.*
[#]*[#]
.\#*
*~
_build
_static
_templates
autom4te.cache
config.h*
install-sh
stamp-h1
Makefile
aclocal*
config.log
config.status
*.o
bin
aclocal.m4
html
latex
compile
*.a
*.rds
# --- sim/ simulator: generated outputs (regeneratable from seed+code; never commit) ---
# Keeps the sim CODE (*.py, *.sh, *.md, *.yml) but ignores donor genomes, reads,
# alignments, and truth files wherever an OUTDIR lands under sim/ (or repo root).
sim_out/
sim/sim_out/
sim/smoke/
sim/**/fastq_*/
sim/**/*.fa
sim/**/*.fa.fai
sim/**/*.fasta
sim/**/*.fai
sim/**/*.fq
sim/**/*.fq.gz
sim/**/*.fastq
sim/**/*.fastq.gz
sim/**/*.bam
sim/**/*.bam.bai
sim/**/*.bai
sim/**/*.sam
sim/**/*.cram
sim/**/truth.vcf
sim/**/truth.bedpe
sim/**/truth.sv_table.tsv
sim/**/ref_subset.fa
sim/**/bwa_*.log
*.mixtmp.*
sim/__pycache__/