Skip to content

Commit

Permalink
vdjtools version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Jul 13, 2016
1 parent 13a91f3 commit 5c87e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/views/account/fileUpload.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<option value="immunoseq" >ImmunoSeq</option>
<option value="imgthighvquest" >ImgtHighVQuest</option>
<option value="vidjil" >Vidjil</option>
<option value="rtcr" >RTCR</option>
</select>
</td>
<td></td>
Expand Down Expand Up @@ -68,6 +69,7 @@
<option value="immunoseq" >ImmunoSeq</option>
<option value="imgthighvquest" >ImgtHighVQuest</option>
<option value="vidjil" >Vidjil</option>
<option value="rtcr" >RTCR</option>
</select>
<text ng-hide="file.wait">{{ file.softwareTypeName }}</text>
</td>
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolvers += (
)

libraryDependencies ++= Seq(
"com.antigenomics" % "vdjtools" % "1.0.9-SNAPSHOT",
"com.antigenomics" % "vdjtools" % "1.1.0",
"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 5c87e98

Please sign in to comment.