Skip to content

Commit cf27506

Browse files
committed
vdjtools version update, license fix
1 parent bd846be commit cf27506

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VDJdb: A software for functional annotation of immune repertoires
1+
VDJviz: a versatile immune repertoire browser
22

33
Apache License
44
Version 2.0, January 2004

app/views/account/fileUpload.scala.html

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<option value="migmap" >MigMap</option>
3636
<option value="immunoseq" >ImmunoSeq</option>
3737
<option value="imgthighvquest" >ImgtHighVQuest</option>
38+
<option value="vidjil" >Vidjil</option>
3839
</select>
3940
</td>
4041
<td></td>
@@ -66,6 +67,7 @@
6667
<option value="migmap" >MigMap</option>
6768
<option value="immunoseq" >ImmunoSeq</option>
6869
<option value="imgthighvquest" >ImgtHighVQuest</option>
70+
<option value="vidjil" >Vidjil</option>
6971
</select>
7072
<text ng-hide="file.wait">{{ file.softwareTypeName }}</text>
7173
</td>

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "vdjviz"
22

3-
version := "1.0.3"
3+
version := "1.0.3.1"
44

55
resolvers += Resolver.sonatypeRepo("releases")
66

@@ -13,7 +13,7 @@ resolvers += (
1313
)
1414

1515
libraryDependencies ++= Seq(
16-
"com.antigenomics" % "vdjtools" % "1.0.7",
16+
"com.antigenomics" % "vdjtools" % "1.0.8",
1717
"com.milaboratory" % "milib" % "1.0.1",
1818
"ws.securesocial" %% "securesocial" % "2.1.4",
1919
"com.typesafe.play.plugins" %% "play-plugins-mailer" % "2.3.0",

0 commit comments

Comments
 (0)