Skip to content

Commit

Permalink
Rm duplicates from nextflow.config and delete conf/docker.config
Browse files Browse the repository at this point in the history
  • Loading branch information
skrakau committed Jul 26, 2021
1 parent 07482be commit 3c4148c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
16 changes: 0 additions & 16 deletions conf/docker.config

This file was deleted.

24 changes: 0 additions & 24 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -102,30 +102,6 @@ params {
enable_conda = false
singularity_pull_docker_container = false

// References
igenomes_base = 's3://ngi-igenomes/igenomes'
igenomes_ignore = false

// MultiQC options
multiqc_config = null
multiqc_title = null
max_multiqc_email_size = '25.MB'

// Boilerplate options
outdir = './results'
tracedir = "${params.outdir}/pipeline_info"
publish_dir_mode = 'copy'
email = null
email_on_fail = null
plaintext_email = false
monochrome_logs = false
help = false
validate_params = true
show_hidden_params = false
schema_ignore_params = 'genomes,modules'
enable_conda = false
singularity_pull_docker_container = false

// Config options
custom_config_version = 'master'
custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}"
Expand Down

0 comments on commit 3c4148c

Please sign in to comment.