Skip to content

Commit

Permalink
Merge tag '1.1.0' into develop
Browse files Browse the repository at this point in the history
2018.11 Atlas Release
  • Loading branch information
pcm32 committed Nov 6, 2018
2 parents e95b4af + f988e4b commit 5abd229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ lib/*
log/*
*/bioentity_properties/*
*.swp
.idea/*
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Atlas Annotations (v1.0.0)
# Atlas Annotations (v1.1.0)


This is a repository for scripts that we use for retrieving annotations used by Atlas Solr searches and more.
It also stores the config of Atlas properties per species name and which public BioMart database we retrieve it from.

Version 1.0.0 was used for the August/September 2018 Atlas (bulk and single cell) releases.
Version 1.1.0 was used for the November 2018 Atlas (bulk and single cell) releases.

### Dependencies
src - only java and [Ammonite](http://www.lihaoyi.com/Ammonite/)
Expand All @@ -23,7 +23,7 @@ Regenerate the species file based on annotation sources config

`amm -s src/pipeline/retrieve/Retrieve.sc`
Runs only the BioMart mapping verification for defined organisms (depends on the organisms file inside either
`annsrc` or the overriding `$ANNOTATION_SOURCES` path). These tests are automated in our internal Jenkins setup (http://193.62.52.166:30752/jenkins)
`annsrc` or the overriding `$ANNOTATION_SOURCES` path). These tests are automated in our internal Jenkins setup
under the `Ensembl Update` tab.

### Structure
Expand Down

0 comments on commit 5abd229

Please sign in to comment.