Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVA-3494 Ingest assembly in batches #125

Merged
merged 13 commits into from
Feb 12, 2024

Conversation

nitin-ebi
Copy link
Contributor

No description provided.

scaffolds.add(scaffoldEntity);
}

public static AssemblyEntity getAssemblyEntity(List<String> lines) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar to the other comment, if this means the parseAssemblyData method isn't being used anymore, would prefer it be removed rather than have duplicate logic.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's still there, actually I'm not sure either of the report readers' parseReport methods are being used since they parse the whole report in one go rather than batching

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right, they are not used anymore except for tests.
I have deleted them and updated the tests accordingly.

@nitin-ebi nitin-ebi merged commit edd5c2e into EBIvariation:master Feb 12, 2024
1 check passed
@nitin-ebi nitin-ebi deleted the ingest_assembly branch February 13, 2024 12:28
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