a b/.nf-core.yml
1
lint:
2
  files_exist:
3
    - conf/igenomes.config
4
    - conf/igenomes_ignored.config
5
    - assets/multiqc_config.yml
6
    - conf/igenomes.config
7
    - conf/igenomes_ignored.config
8
    - assets/multiqc_config.yml
9
    - conf/test_full.config
10
  files_unchanged:
11
    - .github/CONTRIBUTING.md
12
    - assets/sendmail_template.txt
13
    - .github/CONTRIBUTING.md
14
    - assets/sendmail_template.txt
15
    - assets/nf-core-deepmodeloptim_logo_light.png
16
    - docs/images/nf-core-deepmodeloptim_logo_light.png
17
    - docs/images/nf-core-deepmodeloptim_logo_dark.png
18
  multiqc_config: false
19
  nextflow_config:
20
    - params.input
21
nf_core_version: 3.2.0
22
repository_type: pipeline
23
template:
24
  author: Mathys Grapotte
25
  description: nf-core/deepmodeloptim is an end-to-end pipeline designed to
26
    facilitate the testing and development of deep learning models for genomics.
27
  force: false
28
  is_nfcore: true
29
  name: deepmodeloptim
30
  org: nf-core
31
  outdir: .
32
  skip_features:
33
    - igenomes
34
    - multiqc
35
    - fastqc
36
  version: 1.0.0dev