Conversation
|
d73d10a to
b63d8f1
Compare
matthdsm
left a comment
There was a problem hiding this comment.
Some small comments and questions, but LGTM!
|
|
||
| main: | ||
| fasta = fasta.map{ fasta -> [ [ id:fasta.baseName ], fasta ] } | ||
| versions = Channel.empty() |
There was a problem hiding this comment.
Why the change to versions?
There was a problem hiding this comment.
Agreed? I don't think that's the (implied) 'standard'?
There was a problem hiding this comment.
I feel like most of the stuff we have in DSL2 are channels, I think it makes more sense to prefix everything else.
There was a problem hiding this comment.
I personally like knowing at a glance what's a channel and what's a value, but that's me 🤷🏻 The other way around accomplished the same thing.
There was a problem hiding this comment.
I'm wiht @matthdsm here. I quite like the SBWF guidelines on this: https://nf-co.re/docs/contributing/subworkflows#naming-conventions points 5/6
There was a problem hiding this comment.
I'll have a look at it for the next sarek refactoring, and I'll ping you both for reviews
|
|
||
| main: | ||
| fasta = fasta.map{ fasta -> [ [ id:fasta.baseName ], fasta ] } | ||
| versions = Channel.empty() |
There was a problem hiding this comment.
Agreed? I don't think that's the (implied) 'standard'?
|
Again the conda tests though 🤔 |
conda is super flaky on GHA lately |
|
Yes it's weird... |
PR checklist
nf-core lint).nextflow run . -profile 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).