Skip to content

Commit

Permalink
vdjtools version update, license fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Apr 13, 2016
1 parent bd846be commit cf27506
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions app/views/account/fileUpload.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<option value="migmap" >MigMap</option>
<option value="immunoseq" >ImmunoSeq</option>
<option value="imgthighvquest" >ImgtHighVQuest</option>
<option value="vidjil" >Vidjil</option>
</select>
</td>
<td></td>
Expand Down Expand Up @@ -66,6 +67,7 @@
<option value="migmap" >MigMap</option>
<option value="immunoseq" >ImmunoSeq</option>
<option value="imgthighvquest" >ImgtHighVQuest</option>
<option value="vidjil" >Vidjil</option>
</select>
<text ng-hide="file.wait">{{ file.softwareTypeName }}</text>
</td>
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "vdjviz"

version := "1.0.3"
version := "1.0.3.1"

resolvers += Resolver.sonatypeRepo("releases")

Expand All @@ -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",
Expand Down

0 comments on commit cf27506

Please sign in to comment.