-
Notifications
You must be signed in to change notification settings - Fork 753
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
Added nf-test for cnvpytor/partition #6513
base: master
Are you sure you want to change the base?
Conversation
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.
Think this module needs some looking at, not sure how functional it really is.
Be worth checking if we can get prefix working too, rather than relying on pytor.baseName.
@@ -23,7 +23,7 @@ process CNVPYTOR_CALLCNVS { | |||
""" |
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.
This has no args.
[ id:'test'], // meta map | ||
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/illumina/pytor/test.pytor', checkIfExists: true) | ||
] | ||
input[1] = [] |
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.
Think we need a test checking that this works, given that it didn't previously.
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.
Don't think this is doing anything as args is missing, and suspect it should be in the value channel anyway.
@@ -19,15 +19,15 @@ process CNVPYTOR_PARTITION { | |||
task.ext.when == null || task.ext.when | |||
|
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.
No args here either.
Thank you @SPPearce This one needs some serious fixing. The test data produces empty outputs. cnvpytor -root test.dup.pytor -partition 100 1000 10000 Currently the module is not creating any output. It is simply passing the input as output. |
Added nf-test for cnvpytor/partition with #6226