Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
markwoon committed Feb 18, 2025
1 parent 37accc8 commit 9d0920a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

/**
* Class to parse outside-call text files into {@link OutsideCall} objects.
* This parser will ignore any lines starting with "#" or blank lines and interpret the rest as TSV formatted lines as:
* This parser will ignore any lines starting with "#" or blank lines and interpret the rest as TSV-formatted lines as:
* <ol>
* <li>gene symbol</li>
* <li>diplotype</li>
* <li>phenotype</li>
* <li>activity score</li>
* </ol>with
* </ol>
* <p>
* The diplotype call in the second "column" can optionally include the gene symbol as a prefix on the allele name, but
* it will be ignored. The gene is read from the first "column". As an example, this means both
Expand Down

0 comments on commit 9d0920a

Please sign in to comment.