Skip to content

Commit

Permalink
Bump version to 4.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jul 8, 2024
1 parent 3e60d45 commit 7591264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (grunt) {
// Metadata.
meta: {
version: {
eva: '4.4.16'
eva: '4.4.17'
},
submissionTemplate: {
version: 'V1.1.5'
Expand Down
1 change: 0 additions & 1 deletion src/js/rs-release/rs-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ EvaRsRelease.prototype = {
_.each(releaseData, function (assembly) {
releaseLink = '<a target="_blank" href="' + assembly.releaseLink + '">FTP link</a>';
assemblyLink = '<a target="_blank" href="https://www.ebi.ac.uk/ena/browser/view/' + assembly.assemblyAccession + '">' + assembly.assemblyAccession + '</a>';
scientificNames = '';
taxonomyLinks = _.chain(assembly.taxonomyIds)
.zip(assembly.taxonomyLinks)
.map(function(taxonomyInfo){
Expand Down

0 comments on commit 7591264

Please sign in to comment.