Conversation
|
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.2.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
atrigila
left a comment
There was a problem hiding this comment.
We can add a test case for the test_stub that tests the fusioncatcher trimming and see that it produces the outputs. I imagine something like this:
test("stub test fusioncatcher") {
when {
params {
outdir = "$outputDir"
tools = "fusioncatcher"
fusion_annot_lib = 'https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/CTAT_HumanFusionLib.mini.dat.gz'
trim_tail_fusioncatcher = 50
}
}
Co-authored-by: Anabella Trigila <18577080+atrigila@users.noreply.github.com>
|
Fusioncatcher still failling... |
atrigila
left a comment
There was a problem hiding this comment.
Is my reasoning here correct? I think it is triggering the trim_tail_fusioncatcher in all the tests and not only in the one that sets trim_tail_fusioncatcher as true.
Co-authored-by: Anabella Trigila <18577080+atrigila@users.noreply.github.com>
Co-authored-by: Anabella Trigila <18577080+atrigila@users.noreply.github.com>
PR checklist
nf-core lint).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).