-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (33 loc) · 687 Bytes
/
.gitignore
File metadata and controls
40 lines (33 loc) · 687 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
# Raw sequencing reads (too large, download from SRA: ERR181435)
*.fastq
*.fastq.gz
reads_1.fastq
reads_2.fastq
ERR181435.fastq
# Reference genome and BWA index files (download from NCBI: GCF_000195955.2)
*.fna
*.fna.amb
*.fna.ann
*.fna.bwt
*.fna.pac
*.fna.sa
*.fna.fai
*.fai
# Alignment files (regenerate with: bwa mem + samtools)
*.sam
*.bam
*.bam.bai
dedup.bam
# Raw protein FASTAs (download from NCBI datasets)
mtb.faa
mbovis.faa
msmeg.faa
# GFF annotation (download from NCBI: GCF_000195955.2)
genomic.gff
# Large REvolutionH-tl intermediate outputs
tl_project.alignment_all_vs_all/
# Zone identifier files (Windows artifact)
*:Zone.Identifier
# Misc
fixed.vcf
annotated.vcf