Extra specific configuration for methylseq pipeline
To use, run the pipeline with -profile fub_curta
.
This will download and launch the methylseq specific fub_curta.config
which has been pre-configured with a setup suitable for the FUB Curta
cluster.
Example: nextflow run nf-core/methylseq -profile fub_curta
Specific configurations for fub_curta has been made for methylseq.
- The general FUB Curta profile runs with default nf-core/methylseq parameters, but with
stageInMode = copy
in'NFCORE_METHYLSEQ:METHYLSEQ:PREPARE_GENOME:BISMARK_GENOMEPREPARATION'
. This is due to an error whereby methylseq wouldn't detect the genome with the defaultstageInMode = symlink
(see Slack Thread and #305)