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-3323 Count remapped variants from logs only if remapping was done #7

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

nitin-ebi
Copy link
Contributor

No description provided.

@nitin-ebi nitin-ebi self-assigned this Sep 25, 2023
@@ -210,7 +211,10 @@ def process_one_assembly(self, source_assembly, instance, resume):
finally:
os.chdir(curr_working_dir)
self.set_status_end(source_assembly)
self.count_variants_from_logs(assembly_directory, source_assembly)
if remapping_required:
self.count_variants_from_logs(assembly_directory, source_assembly, remapping_required)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
self.count_variants_from_logs(assembly_directory, source_assembly, remapping_required)
self.count_variants_from_logs(assembly_directory, source_assembly)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

corrected

@nitin-ebi nitin-ebi merged commit 33c3828 into EBIvariation:main Sep 26, 2023
4 checks passed
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