bpbowen commited on
Commit
7580748
·
verified ·
1 Parent(s): 1f8f211

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +170 -3
README.md CHANGED
@@ -1,3 +1,170 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sequence Data for the 17 member SynCom
2
+
3
+ ## Described in "Multi-laboratory Study Establishes Reproducible Methods for Plant-Microbiome Research in Fabricated Ecosystems"
4
+
5
+ The genomic DNA was submitted to the Joint Genome Institute for sequencing using PacBio Sequel II or Illumina NovaSeq S4. Genomes were stored in the Genomes OnLine Database (GOLD), followed by submission to the Integrated Microbial Genomes and Microbiomes (IMG/M) (https://img.jgi.doe.gov/) for annotation.
6
+
7
+ ## Inside 17_member_syncom_IMG-GOLD_metadata.tsv
8
+
9
+ ```
10
+ ['taxon_oid', 'taxon_display_name', 'domain', 'phylum', 'ir_class',
11
+ 'ir_order', 'family', 'genus', 'species', 'seq_status', 'seq_center',
12
+ 'analysis_project_id', 'ncbi_taxon_id', 'is_public', 'add_date']
13
+ ```
14
+
15
+
16
+ ## Inside each <taxon_oid>.tar.gz bundle file:
17
+
18
+ ```
19
+ <taxon_oid>.fna - FASTA nucleic acid file for taxon.
20
+ <taxon_oid>.genes.fna - FASTA nucleic acid file for genes.
21
+ <taxon_oid>.genes.faa - FASTA amnio acid file for genes.
22
+ <taxon_oid>.intergenic.fna - FASTA for intergenic regions.
23
+ <taxon_oid>.gff - Tab delimited in mostly GFF3 format for genes.
24
+ (Strict conformance is not guarantted, esp. in type and attributes fields.)
25
+ <taxon_oid>.cog.tab.txt - Tab delimited file for COG annotation.
26
+ <taxon_oid>.kog.tab.txt - Tab delimited file for KOG annotation.
27
+ <taxon_oid>.pfam.tab.txt - Tab delimited file for Pfam annotation.
28
+ <taxon_oid>.tigrfam.tab.txt - Tab delimited file for TIGRFAM annotation.
29
+ <taxon_oid>.ipr.tab.txt -
30
+ Tab delimited file for "other" (Non-Pfam/TIGRFAM) InterPro hits.
31
+ (Optional)
32
+ <taxon_oid>.ko.txt - Tab delimited file for KO and EC annotation.
33
+ <taxon_oid>.signalp.txt - Tab delimited file for signal peptide annotation.
34
+ <taxon_oid>.tmhmm.txt - Tab delimited file for transmembrane helices.
35
+ <taxon_oid>.xref.tab.txt - Tab delimited file for external references.
36
+ (Data is spotty and optional.)
37
+ <taxon_oid>.crispr.txt - Tab delimited file for CRISPR details.
38
+ ```
39
+
40
+ (For some of the smaller genomes, e.g., viruses, not all
41
+ annotation files is present. If the genome has no
42
+ annotation of a certain type, e.g. no TIGRFAM's,
43
+ the annotation file <taxon_oid>.tigrmfam.tab.txt is not there.
44
+ Some annotations are not done at all, e.g. InterPro for metagenomes.
45
+ Any file that does not have annotations or has no data will
46
+ not be present.)
47
+
48
+ ------------
49
+ #### Structure of each tab delimited file:
50
+
51
+ ```
52
+ <taxon_oid>.gff
53
+ -- seqid - Sequence ID
54
+ -- source - version of IMG database
55
+ -- type - feature type
56
+ -- start_coord - starting coordinate
57
+ -- end_coord - ending coordinate
58
+ -- score - NA
59
+ -- strand
60
+ -- phase - NA
61
+ -- attributes - ID=<gene_oid>;locus_tag=<locus_tag>;product=<product name>
62
+
63
+ <taxon_oid>.cog.tab.txt (from NCBI RPSBLAST)
64
+ -- gene_oid - Gene object identifier of query gene
65
+ -- gene_length - Length of protein sequence
66
+ -- percent_identity - Perceent identity of aligned amino acid residues
67
+ -- query_start - Start coordinate of alignment on query gene
68
+ -- query_end - End coordinate of alignment on query gene
69
+ -- subj_start - Start coordinate of alignment on subject sequence
70
+ -- subj_end - End coordinate of alignment on subject sequence
71
+ -- evalue - Expectation value
72
+ -- bit_score - Bit score of alignment
73
+ -- cog_id - COG identifier
74
+ -- cog_name - COG name
75
+ -- cog_length - Length of COG consensus sequence
76
+
77
+ <taxon_oid>.kog.tab.txt (from NCBI RPSBLAST)
78
+ -- gene_oid - Gene object identifier of query gene
79
+ -- gene_length - Length of protein sequence
80
+ -- percent_identity - Perceent identity of aligned amino acid residues
81
+ -- query_start - Start coordinate of alignment on query gene
82
+ -- query_end - End coordinate of alignment on query gene
83
+ -- subj_start - Start coordinate of alignment on subject sequence
84
+ -- subj_end - End coordinate of alignment on subject sequence
85
+ -- evalue - Expectation value
86
+ -- bit_score - Bit score of alignment
87
+ -- kog_id - KOG identifier
88
+ -- kog_name - KOG name
89
+ -- kog_length - Length of KOG consensus sequence
90
+
91
+ <taxon_oid>.pfam.tab.txt (from EBI's pfam_scan which uses HMMER 3.0)
92
+ -- gene_oid - Gene object identifier of query gene
93
+ -- gene_length - Length of protein sequence
94
+ -- query_start - Start coordinate of alignment on query gene
95
+ -- query_end - End coordinate of alignment on query gene
96
+ -- subj_start - Start coordinate of alignment on subject sequence
97
+ -- subj_end - End coordinate of alignment on subject sequence
98
+ -- evalue - Expectation value
99
+ -- bit_score - Bit score of alignment
100
+ -- pfam_id - Pfam identifier
101
+ -- pfam_name - Pfam name
102
+ -- pfam_length - Length of Pfam consensus sequence
103
+
104
+ <taxon_oid>.tigrfam.tab.txt (from hmmscan HMMER3.0)
105
+ -- gene_oid - Gene object identifier of query gene
106
+ -- gene_length - Length of protein sequence
107
+ -- query_start - Start coordinate of alignment on query gene
108
+ -- query_end - End coordinate of alignment on query gene
109
+ -- evalue - Expectation value
110
+ -- bit_score - Bit score of alignment
111
+ -- tigrfam_id - TIGRFAM identifier
112
+ -- tigrfam_name - TIGRFAM name
113
+
114
+ <taxon_oid>.ipr.tab.txt
115
+ -- gene_oid - Gene object identifier of query gene
116
+ -- gene_length - Length of protein sequence
117
+ -- query_start - Start coordinate of alignment on query gene
118
+ -- query_end - End coordinate of alignment on query gene
119
+ -- domaindb - Original domain database.
120
+ -- domainid - ID on original domain database.
121
+ -- iprid - InterPro ID.
122
+ -- iprdesc - InterPro description.
123
+ -- go_info - Gene Ontology Information
124
+
125
+ <taxon_oid>.ko.tab.txt (from NCBI BLASTP on KEGG genes)
126
+ -- gene_oid - Gene object identifier of query gene
127
+ -- gene_length - Length of protein sequence
128
+ -- percent_identity - Perceent identity of aligned amino acid residues
129
+ -- query_start - Start coordinate of alignment on query gene
130
+ -- query_end - End coordinate of alignment on query gene
131
+ -- subj_start - Start coordinate of alignment on subject sequence
132
+ -- subj_end - End coordinate of alignment on subject sequence
133
+ -- evalue - Expectation value
134
+ -- bit_score - Bit score of alignment
135
+ -- ko_id - KEGG Orthology (KO) identifier
136
+ -- ko_name - KO name
137
+ -- EC - Enzyme Commission (EC) assignment from KO
138
+ -- img_ko_flag - 'Yes' (assigned by IMG pipeline); 'No' - from KEGG.
139
+
140
+ <taxon_oid>.signalp.tab.txt (SignalP)
141
+ -- gene_oid - Gene object identifier of query gene
142
+ -- gene_length - Length of protein sequence
143
+ -- feature_type - "cleavage"
144
+ -- start_coord - start coordinate of feature
145
+ -- end_coord - end coordinate of feature
146
+
147
+ <taxon_oid>.tmhmm.tab.txt (TMHMM)
148
+ -- gene_oid - Gene object identifier of query gene
149
+ -- gene_length - Length of protein sequence
150
+ -- feature_type - feature
151
+ -- start_coord - start coordinate of feature
152
+ -- end_coord - end coordinate of feature
153
+
154
+ <taxon_oid>.xref.tab.txt
155
+ -- gene_oid - Gene object identifier of query gene
156
+ -- db_name - External database
157
+ -- id - External ID corresponding to database
158
+
159
+ <taxon_oid>.crispr.txt (optional)
160
+ -- contig_id - Contig/Scaffold ID
161
+ -- crispr_no - CRISPR number
162
+ -- pos - Starting position of array element
163
+ -- repeat_seq - Repeat sequence
164
+ -- spacer_seq - Spacer sequence
165
+ -- tool_code - Single letter code for tool used
166
+ ```
167
+
168
+ ---
169
+ license: cc-by-4.0
170
+ ---