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

Synchronizing Planemo test with Pytests for bamCompare and bamCoverage tool #1345

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?

This PR concerns with adding additional tests to bamCompare and bamCoverage tool to synchronize them with pytests.

@pavanvidem
Copy link
Collaborator

@SaimMomin12 did you also check the other way around? including the addtional tests from planemo (if there are any) into pytests?

@SaimMomin12
Copy link
Collaborator Author

@pavanvidem yes, the planemo tests are covered in the pytest for these both tools

<param name="outFileFormat" value="bedgraph"/>
<param name="binSize" value="10"/>
<param name="type" value="ratio"/>
<param name="skipZeroOverZero" value="--skipZeroOverZero"/>
Copy link

Choose a reason for hiding this comment

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

boolean params (I think this is one) should be tested with value="true"/value="false" instead of the eventual values.
This is a more stringent test because it checks also whether you typed the correct true/falsevalue in the input section.

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