Conversation
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.5.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
|
@nf-core-bot fix linting |
sofiademmou
left a comment
There was a problem hiding this comment.
Great job ! :)
We put some comments on saltshaker_call that can apply to classify and plot as well.
Do you need to update the CHANGELOG.md, README, and documentation (output and usage) maybe ?
There was a problem hiding this comment.
Do you think this should be in the templates directory ? https://nf-co.re/docs/guidelines/components/modules#module-template-location
There was a problem hiding this comment.
nextflow docs say that templates are discouraged and should only be used for bash scripts (https://www.nextflow.io/docs/latest/process.html#template) which is why I went with the bin. We can discuss more and see what nf-core folks think when/if this becomes an nf-core module
There was a problem hiding this comment.
Could this be an nf-core module ? And have tests ?
| .set{ch_saltshaker_in} | ||
|
|
||
| if (ch_saltshaker_in) { | ||
| SALTSHAKER_CALL( |
There was a problem hiding this comment.
What happens if there is no files left after the filtering ?
There was a problem hiding this comment.
saltshaker is then skipped, because it only makes sense to run it if there are calls from mitosalt (also saltshaker crashes otherwise)
There was a problem hiding this comment.
I don't see any output files for saltshaker ?
There was a problem hiding this comment.
saltshaker was being skipped in testing because the test output file for mitosalt was empty. fixed by adding a line of text to that file in stub
|
Could you add a citation reference for mitosalt and saltshaker as well |
|
@nf-core-bot fix linting |
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile test_singleton,docker --outdir <OUTDIR>).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).