Skip to content

Commit

Permalink
Fix spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markwoon committed Jan 6, 2017
1 parent 16320d4 commit 6f9f890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private void parseChromosomeLine(List<String> fields) {
m_definitionFile.setChromosome(chromosomeName);
}

// substract one to accommodate the row header
// subtract one to accommodate the row header
Long fieldCount = fields.stream().filter(StringUtils::isNotBlank).count() - 1;
VariantLocus[] variants = new VariantLocus[fieldCount.intValue()];
// add two to the index and length for since variant locations should always start three columns in
Expand Down

0 comments on commit 6f9f890

Please sign in to comment.