Skip to content

Commit f02d95f

Browse files
committed
input file is a TSV
1 parent 7df0d90 commit f02d95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/analysis/CombineSubreadGeneCountsHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected void processOutputFiles(CountResults results, List<SequenceOutputFile>
5454
continue;
5555
}
5656

57-
String[] cells = line.split("\\s+");
57+
String[] cells = line.split("\t");
5858
String geneId = cells[0];
5959
if (OTHER_IDS.contains(geneId))
6060
{

0 commit comments

Comments
 (0)