-
Notifications
You must be signed in to change notification settings - Fork 214
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
[WIP] fixing planemo tests #1375
base: 4.0.0
Are you sure you want to change the base?
Conversation
<output name="outFileName" file="bamCompare_result1.bg" ftype="bedgraph"/> | ||
<output name="outFileName" ftype="bedgraph"> | ||
<assert_contents> | ||
<has_text_matching expression="chrM\t0\t16569\t1"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you choose to drop the file comparison?
Its a pretty good test to see the differences between both versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is only one line in the output :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then please add an assert for the line_counts as well :)
@@ -267,10 +281,12 @@ | |||
<test expect_num_outputs="1"> | |||
<param name="bamFile1" value="testA.bam" ftype="bam"/> | |||
<param name="bamFile2" value="testB.bam" ftype="bam"/> | |||
<param name="showAdvancedOpt" value="yes"/> | |||
<param name="method" value="own"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should'nt this be in a conditional like above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, these need to be fixed. I wrote in the matrix an issue with the tool. I can not test it ATM.
Welcome to deepTools GitHub repository! Please check the following regarding
your pull request :