Update test-data to work with latest version of pixelator (0.29.0)#2107
Update test-data to work with latest version of pixelator (0.29.0)#2107elhb wants to merge 1 commit into
Conversation
mashehu
left a comment
There was a problem hiding this comment.
Will this not break the tests for older versions?
|
Wouldn't this be the case for any panel update? Should we keep all previous versions of the test data and e.g. create one folder per version instead? |
|
Exactly, that's how it is the best practice to not loose backwards compatibility. |
|
Would it be ok to reference commits in This way we don't risk breaking anything and we are quite free to update or reorganize the test data as we want. |
|
yes, sounds like a good solution |
|
@mashehu I would like to suggest that we adopt the same strategy as nf-core/rnaseq By doing this we'd avoid creating new folders (with potentially near identical content) when some part of the testdata is updated. Furthermore as the backwards compatibility likely already is broken by recent changes, I already pointed the What do you think? Thanks! //EB |
|
Haha, sorry hadn't update so didn't see @Aratz already suggested this :) |
Updating test-data to work with the version update of pixelator (to 0.29.0) in this PR nf-core/pixelator#227