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

Add pytest for alignment seive in sync with Planemo test #1364

Open
wants to merge 2 commits into
base: 4.0.0
Choose a base branch
from

Conversation

SaimMomin12
Copy link
Collaborator

Welcome to deepTools GitHub repository! Please check the following regarding
your pull request :

  • Does the PR contain new feature?
  • Does the PR contain bugfix?
  • Does the PR contain documentation changes?
  • Does the PR contain changes to the galaxy wrapper?

@SaimMomin12
Copy link
Collaborator Author

Some planemo tests are failing, will try to fix them later

expected_file_size = os.path.getsize(output_bam_file)
size_tolerance = 5000
size_difference = abs(bam_file_size - expected_file_size)
assert size_difference <= size_tolerance, "File sizes do not match"
Copy link
Collaborator

Choose a reason for hiding this comment

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

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.

2 participants