nf-core / sarek

Analysis pipeline to detect germline or somatic variants (pre-processing, variant calling and annotation) from WGS / targeted sequencing
https://nf-co.re/sarek
MIT License
409 stars 415 forks source link

Switch sarek to DSL 2 #132

Closed maxulysse closed 3 years ago

grst commented 4 years ago

List of modules being ported for the chipseq pipeline: https://github.com/nf-core/chipseq/issues/167

maxulysse commented 4 years ago

we opened a new branch to work on dsl2: https://github.com/nf-core/sarek/tree/dsl2

FriederikeHanssen commented 4 years ago
FriederikeHanssen commented 4 years ago

Just added all the tools from the environment yaml of release 2.6.1 with their versions, so we can now port as is.

maxulysse commented 4 years ago

Or you can already port https://github.com/nf-core/sarek/issues/228

FriederikeHanssen commented 4 years ago

Ticked the modules that are already in modules repo and have the same version.

modules that are in repo, but different version:

FriederikeHanssen commented 4 years ago
FriederikeHanssen commented 4 years ago

Here some more comments to address:

https://github.com/nf-core/modules/pull/50

FriederikeHanssen commented 4 years ago

We should probably double check at some point that all the tmp directories are set properly, so that they work, when the users changes it i.e. to scratch=/my-favorite-dir , e.g. here: https://github.com/nf-core/sarek/blob/a7679b9b5c178351b1e96a3ffe7ee81ddf9aad06/conf/modules.config#L48