Skip to content

Commit 8f2cb9d

Browse files
Bump HTSJDK and Picard versions (#238)
1 parent 5154938 commit 8f2cb9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SequenceAnalysis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies {
115115
BuildUtils.addExternalDependency(
116116
project,
117117
new ExternalDependency(
118-
"com.github.broadinstitute:picard:3.0.0",
118+
"com.github.broadinstitute:picard:3.1.0",
119119
"Picard Tools Lib",
120120
"PicardTools",
121121
"https://github.com/broadinstitute/picard",

SequenceAnalysis/test/src/org/labkey/test/tests/external/labModules/SequenceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ private void readsetImportTest() throws IOException, CommandException
13121312
//make sure custom delete actions work:
13131313
_helper.clickNavPanelItemAndWait("Readsets:", 1);
13141314
DataRegionTable dr = new DataRegionTable.DataRegionFinder(getDriver()).withName("query").waitFor();
1315-
dr.setFilter("name", "Equals One Of (example usage: a;b;c)", filter);
1315+
dr.setFilter("name", "Equals One Of", filter);
13161316
dr.checkAllOnPage();
13171317

13181318
Assert.assertEquals("Should have three rows", 3, dr.getCheckedCount());

0 commit comments

Comments
 (0)