Skip to content

Conversation

@Istar-Eldritch
Copy link
Contributor

Reduces validation & transformation time by half. Using the ensembl gnenes.gff file the validation time decreases from 3m40s to 1m

Comment on lines +220 to +225
if (!accession.isEmpty()
&& !source.isEmpty()
&& !name.isEmpty()
&& (strand.equals("+") || strand.equals("-") || strand.equals(".") || strand.equals("?"))
&& isValidNumber(start_str)
&& isValidNumber(end_str)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this will silently ignore the lines that are not valid.
Better to log the ignored lines

Copy link
Contributor

@Rajkumar-D Rajkumar-D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants