From cf2750606dd73dd0f14f01b9ef8128a2475d637e Mon Sep 17 00:00:00 2001 From: Bagaev Dmitri Date: Wed, 13 Apr 2016 15:23:58 +0300 Subject: [PATCH] vdjtools version update, license fix --- LICENSE | 2 +- app/views/account/fileUpload.scala.html | 2 ++ build.sbt | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index a4dbe1a..f9f538a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -VDJdb: A software for functional annotation of immune repertoires +VDJviz: a versatile immune repertoire browser Apache License Version 2.0, January 2004 diff --git a/app/views/account/fileUpload.scala.html b/app/views/account/fileUpload.scala.html index 62389e2..76ec19d 100755 --- a/app/views/account/fileUpload.scala.html +++ b/app/views/account/fileUpload.scala.html @@ -35,6 +35,7 @@ + @@ -66,6 +67,7 @@ + {{ file.softwareTypeName }} diff --git a/build.sbt b/build.sbt index a55af6c..634fb23 100755 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "vdjviz" -version := "1.0.3" +version := "1.0.3.1" resolvers += Resolver.sonatypeRepo("releases") @@ -13,7 +13,7 @@ resolvers += ( ) libraryDependencies ++= Seq( - "com.antigenomics" % "vdjtools" % "1.0.7", + "com.antigenomics" % "vdjtools" % "1.0.8", "com.milaboratory" % "milib" % "1.0.1", "ws.securesocial" %% "securesocial" % "2.1.4", "com.typesafe.play.plugins" %% "play-plugins-mailer" % "2.3.0",