We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bb901 commit 2bb4aecCopy full SHA for 2bb4aec
singlecell/src/org/labkey/singlecell/pipeline/singlecell/VireoHandler.java
@@ -102,7 +102,7 @@ private File getBarcodesFile(File loupe)
102
103
private File getBamFile(File loupe)
104
{
105
- File[] files = loupe.getParentFile().getParentFile().listFiles(f -> f.getName().endsWith(".bam"));
+ File[] files = loupe.getParentFile().listFiles(f -> f.getName().endsWith(".bam"));
106
if (files == null || files.length == 0)
107
108
throw new IllegalArgumentException("Unable to find BAM file for Loupe file");
0 commit comments