Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joysofpi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
joysofpi
3y ago
they use different approaches. 23andme even has a short writeup on this: https://customercare.23andme.com/hc/en-us/articles/202904600...
2.
▲
by
joysofpi
3y ago
Its really just a layer on top that uses the groovy DSL features http://docs.groovy-lang.org/docs/latest/html/documentation/c...
3.
▲
by
joysofpi
3y ago
nextflow can't even get this right- base nextflow uses some combination of `--paramName` and `--param-name` and treats them as interchangeable, while nf-core encourages `--param_name` (but nextflow sees that as different). All trivial