You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A/GL-DPPD-7110-A.md
+33-6Lines changed: 33 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,39 @@ Barbara Novak (GeneLab Data Processing Lead)
22
22
23
23
## Updates from previous version
24
24
25
-
26
-
- Updated R from version 4.13 to 4.4.0
27
-
- Updated Bioconductor from 3.15.1 to 3.19.1
28
-
- Added functionality to create an annotation database using AnnotationForge. This applies to organisms without a maintained annotation database package in Bioconductor (e.g. org.Hs.eg.db). This is currently in use for Bacillus subtilis, subsp. subtilis 168 (BACSU), Escherichia coli,str. K-12 substr. MG1655 (ECOLI), and Oryzias latipes (ORYLA).
29
-
- Added support for BACSU, ECOLI, ORYLA
30
-
25
+
Ensembl Releases:
26
+
- Animals: Updated from release 107 to 112
27
+
- Plants: Updated from release 54 to 59
28
+
- Bacteria: Updated from release 54 to 59
29
+
30
+
31
+
Added NCBI as a reference source for FASTA and GTF files for bacteria to improve annotations.
32
+
33
+
Updated R version from 4.1.3 to 4.4.0.
34
+
35
+
Updated Bioconductor version from 3.15.1 to 3.19.1.
36
+
37
+
Added support for:
38
+
- Bacillus subtilis, subsp. subtilis 168
39
+
- Brachypodium distachyon
40
+
- Escherichia coli,str. K-12 substr. MG1655
41
+
- Oryzias latipes
42
+
- Lactobacillus acidophilus NCFM
43
+
- Mycobacterium marinum M
44
+
- Oryza sativa Japonica
45
+
- Pseudomonas aeruginosa UCBPP-PA14
46
+
- Salmonella enterica subsp. enterica serovar Typhimurium str. LT2
47
+
- Serratia liquefaciens ATCC 27592
48
+
- Staphylococcus aureus MRSA252
49
+
- Streptococcus mutans UA159
50
+
- Vibrio fischeri ES114
51
+
52
+
Added functionality to create an annotation database using AnnotationForge. This applies to organisms without a maintained annotation database package in Bioconductor (e.g. org.Hs.eg.db). This is currently in use for the following organisms:
53
+
- Bacillus subtilis, subsp. subtilis 168
54
+
- Brachypodium distachyon
55
+
- Escherichia coli, str. K-12 substr. MG1655
56
+
- Oryzias latipes
57
+
- Salmonella enterica subsp. enterica serovar Typhimurium str. LT2
SALTY,Salmonella enterica,serovar Typhimurium str. LT2,,ncbi,https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/006/945/GCF_000006945.2_ASM694v2/GCF_000006945.2_ASM694v2_genomic.fna.gz,https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/006/945/GCF_000006945.2_ASM694v2/GCF_000006945.2_ASM694v2_genomic.gtf.gz,99287,org.SentericaserovarTyphimuriumstrLT2.eg.db,https://figshare.com/ndownloader/files/48166423,https://figshare.com/ndownloader/files/48166426
Copy file name to clipboardExpand all lines: GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/CHANGELOG.md
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
- Added AnnotationForge helper script to create local annotations databases if not available on Bioconductor
13
-
14
-
- Added support for BACSU, ECOLI, and ORYLA via install-annot-dbi.R
12
+
- Added support for:
13
+
- Bacillus subtilis, subsp. subtilis 168
14
+
- Brachypodium distachyon
15
+
- Escherichia coli,str. K-12 substr. MG1655
16
+
- Oryzias latipes
17
+
- Lactobacillus acidophilus NCFM
18
+
- Mycobacterium marinum M
19
+
- Oryza sativa Japonica
20
+
- Pseudomonas aeruginosa UCBPP-PA14
21
+
- Salmonella enterica subsp. enterica serovar Typhimurium str. LT2
22
+
- Serratia liquefaciens ATCC 27592
23
+
- Staphylococcus aureus MRSA252
24
+
- Streptococcus mutans UA159
25
+
- Vibrio fischeri ES114
26
+
- Added AnnotationForge helper script install-annot-dbi.R to create organism-specific annotation packages (org.*.eg.db) in R if not available on Bioconductor. Used for:
27
+
- Bacillus subtilis, subsp. subtilis 168
28
+
- Salmonella enterica subsp. enterica serovar Typhimurium str. LT2
29
+
- Escherichia coli,str. K-12 substr. MG1655
30
+
- Oryzias latipes
31
+
- Added NCBI as a source for GASTA and GTF files
15
32
16
33
### Fixed
17
34
@@ -23,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
40
- Animals: Ensembl release 112
24
41
- Plants: Ensembl plants release 59
25
42
- Bacteria: Ensembl bacteria release 59
26
-
- Removed org.EcK12.eg.db and replaced with local annotations database creation since it is no longer on Bioconductor
43
+
- Removed org.EcK12.eg.db and replaced it with a locally created annotations database, as it is no longer available on Bioconductor
0 commit comments