Skip to content

Commit 95fe69e

Browse files
committed
fix linting
1 parent 1c17db2 commit 95fe69e

10 files changed

Lines changed: 35 additions & 52 deletions

CITATION.cff

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
11
cff-version: 1.2.0
22
message: "If you use `nf-core tools` in your work, please cite the `nf-core` publication"
33
authors:
4-
- family-names: Ewels
5-
given-names: Philip
6-
- family-names: Peltzer
7-
given-names: Alexander
8-
- family-names: Fillinger
9-
given-names: Sven
10-
- family-names: Patel
11-
given-names: Harshil
12-
- family-names: Alneberg
13-
given-names: Johannes
14-
- family-names: Wilm
15-
given-names: Andreas
16-
- family-names: Ulysse Garcia
17-
given-names: Maxime
18-
- family-names: Di Tommaso
19-
given-names: Paolo
20-
- family-names: Nahnsen
21-
given-names: Sven
22-
title: "The nf-core framework for community-curated bioinformatics pipelines."
23-
version: 2.4.1
24-
doi: 10.1038/s41587-020-0439-x
25-
date-released: 2022-05-16
26-
url: https://github.com/nf-core/tools
27-
prefered-citation:
28-
type: article
29-
authors:
304
- family-names: Ewels
315
given-names: Philip
326
- family-names: Peltzer
@@ -45,12 +19,38 @@ prefered-citation:
4519
given-names: Paolo
4620
- family-names: Nahnsen
4721
given-names: Sven
48-
doi: 10.1038/s41587-020-0439-x
49-
journal: nature biotechnology
50-
start: 276
51-
end: 278
52-
title: "The nf-core framework for community-curated bioinformatics pipelines."
53-
issue: 3
54-
volume: 38
55-
year: 2020
56-
url: https://dx.doi.org/10.1038/s41587-020-0439-x
22+
title: "The nf-core framework for community-curated bioinformatics pipelines."
23+
version: 2.4.1
24+
doi: 10.1038/s41587-020-0439-x
25+
date-released: 2022-05-16
26+
url: https://github.com/nf-core/tools
27+
prefered-citation:
28+
type: article
29+
authors:
30+
- family-names: Ewels
31+
given-names: Philip
32+
- family-names: Peltzer
33+
given-names: Alexander
34+
- family-names: Fillinger
35+
given-names: Sven
36+
- family-names: Patel
37+
given-names: Harshil
38+
- family-names: Alneberg
39+
given-names: Johannes
40+
- family-names: Wilm
41+
given-names: Andreas
42+
- family-names: Ulysse Garcia
43+
given-names: Maxime
44+
- family-names: Di Tommaso
45+
given-names: Paolo
46+
- family-names: Nahnsen
47+
given-names: Sven
48+
doi: 10.1038/s41587-020-0439-x
49+
journal: nature biotechnology
50+
start: 276
51+
end: 278
52+
title: "The nf-core framework for community-curated bioinformatics pipelines."
53+
issue: 3
54+
volume: 38
55+
year: 2020
56+
url: https://dx.doi.org/10.1038/s41587-020-0439-x

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ Within the local clone of your fork:
114114
2. **add** the documentation file to the [`docs/`](https://github.com/nf-core/configs/tree/master/docs) directory
115115
3. **edit** and add your custom profile to the [`nfcore_custom.config`](https://github.com/nf-core/configs/blob/master/nfcore_custom.config) file in the top-level directory of the clone
116116
4. **add** your profile name to GitHub Actions YAML `profile:` scope (under strategy matrix) in [`.github/workflows/main.yml`](.github/workflows/main.yml).
117-
118117
- If you forget to do this the tests will fail with the error in GitHub Actions:
119118

120119
```bash

conf/daisybio.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,3 @@ profiles {
7676
}
7777

7878
}
79-
80-
81-

conf/embl_hd.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ executor {
4242
exitReadTimeout = "5 min"
4343
retry.reason = "*"
4444
}
45-

conf/icr_alma.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ singularity {
4848
pullTimeout = 2.h
4949
cacheDir = '/data/scratch/shared/SINGULARITY-DOWNLOAD/nextflow/.singularity'
5050
}
51-
52-
53-
54-

conf/ki_luria.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ process {
1919
executor = 'slurm'
2020
clusterOptions = '-p normal'
2121
}
22-

conf/mssm.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,3 @@ process {
133133
// Set default failOnMissingField behavior (optional)
134134
shell = ['/bin/bash', '-euo', 'pipefail']
135135
}
136-

conf/tes.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ tes {
1919
basicUsername = params.basicUsername
2020
basicPassword = params.basicPassword
2121
}
22-
23-

conf/vsc_kul_uhasselt.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,3 @@ profiles {
316316
}
317317
}
318318
}
319-
320-

docs/vsc_calcua.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,12 @@ nextflow run nf-core/rnaseq \
120120
2. Load Nextflow in your job script via the command: `module load Nextflow/23.04.2`. Alternatively, when using [your own version of Nextflow](#availability-of-nextflow), use `module load Java`.
121121
122122
3. Choose whether you want to use the [Slurm job scheduler to queue individual pipeline tasks](#schedule-nextflow-pipeline-using-slurm) (default mode) or if you prefer [local execution on a single node](#local-nextflow-run-on-a-single-interactive-node).
123-
124123
- For Slurm scheduling, you only need to specify the `vsc_calcua` profile. E.g., `nextflow run pipeline -profile vsc_calcua`. Nextflow tasks will be scheduled as Slurm jobs to your current partition (or the one defined via `sbatch --partion=<partition-name>`).
125124
- For local execution mode on a single node, you need to append an additional sub-profile. E.g., `nextflow run pipeline -profile vsc_calcua,single_node`.
126125
127126
Note that the `-profile` option can take multiple values, the first one always being `vsc_calcua` and the second `single_node` one being optional.
128127
129128
4. Specify the _partition_ that you want to run the pipeline on using the [`sbatch` command's `--partition=<name>` option](https://docs.vscentrum.be/jobs/job_submission.html#specifying-a-partition) and how many _resources_ should be allocated. See the [overview of partitions and their resources](#overview-of-partitions-and-resources) below, or refer to [the CalcUA documentation](https://docs.vscentrum.be/antwerp/tier2_hardware.html) for more info.
130-
131129
- For the default Slurm scheduling, the partition on which the head process runs has no effect on the resources allocated to the actual pipeline tasks; these will instead be requested by Nextflow depending on the particular process' requirements and limited by the maximum thresholds set for each partition in this config.
132130
- For local execution mode on a single node, it is probably convenient to simply request a full node (e.g., `--cpus-per-task=28` and `--mem=112G` for broadwell), but if fewer resources are requested, these limits will be passed on the Nextflow too.
133131
- Omitting `--mem-per-cpu` or `--mem` will [allocate the default memory value](https://docs.vscentrum.be/jobs/job_submission.html#requesting-memory), which is the total available memory divided by the number of cores, e.g., `28 * 4 GB = 112 GB` for broadwell (`128 GB - 16 GB buffer`).

0 commit comments

Comments
 (0)