We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f24930 commit 147c3ceCopy full SHA for 147c3ce
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/util/FastqcRunner.java
@@ -373,7 +373,7 @@ private List<String> getBaseParams() throws FileNotFoundException
373
throw new RuntimeException("Not found: " + jbzip2.getPath());
374
}
375
376
- File htsjdkJar = new File(libDir, "htsjdk-3.0.1.jar");
+ File htsjdkJar = new File(libDir, "htsjdk-4.0.0.jar");
377
if (!htsjdkJar.exists())
378
{
379
throw new RuntimeException("Not found: " + htsjdkJar.getPath());
0 commit comments