Skip to content

Commit 147c3ce

Browse files
authored
Update FastqcRunner JAR path
1 parent 5f24930 commit 147c3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/util/FastqcRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ private List<String> getBaseParams() throws FileNotFoundException
373373
throw new RuntimeException("Not found: " + jbzip2.getPath());
374374
}
375375

376-
File htsjdkJar = new File(libDir, "htsjdk-3.0.1.jar");
376+
File htsjdkJar = new File(libDir, "htsjdk-4.0.0.jar");
377377
if (!htsjdkJar.exists())
378378
{
379379
throw new RuntimeException("Not found: " + htsjdkJar.getPath());

0 commit comments

Comments
 (0)