Skip to content

Commit eedec86

Browse files
committed
ran prettier
1 parent e908ede commit eedec86

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# **Problem:**
22

33
- Describe the specific technical problem that this PR solves.
4-
- Include details such as:
5-
- How you reproduced the problem
6-
- What code is affected
7-
- Any relevant background information
4+
- Include details such as:
5+
- How you reproduced the problem
6+
- What code is affected
7+
- Any relevant background information
88

99
# **Solution:**
1010

1111
- Describe the specific technical solution that this PR provides.
1212
- Include details such as:
13-
- How you debugged the problem
14-
- Why you chose this solution
15-
- Does the solution make any impact beyond the immediate problem
16-
- Any necessary technical debt incurred
17-
- Any important design decisions/links to design documentation (if applicable)
13+
- How you debugged the problem
14+
- Why you chose this solution
15+
- Does the solution make any impact beyond the immediate problem
16+
- Any necessary technical debt incurred
17+
- Any important design decisions/links to design documentation (if applicable)
1818

1919
# **Testing:**
2020

2121
- Describe any testing that was performed to validate the solution.
2222
- Include details such as:
23-
- How you tested the solution
24-
- Any relevant test results (Do not include any test results that may contain sensitive information)
25-
- Any automated tests that were added to the codebase
23+
- How you tested the solution
24+
- Any relevant test results (Do not include any test results that may contain sensitive information)
25+
- Any automated tests that were added to the codebase

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ On release, automated continuous integration tests run the pipeline on a full-si
8282
> - If you are using `singularity`, please use the [`nf-core download`](https://nf-co.re/tools/#downloading-pipelines-for-offline-use) command to download images first, before running the pipeline. Setting the [`NXF_SINGULARITY_CACHEDIR` or `singularity.cacheDir`](https://www.nextflow.io/docs/latest/singularity.html?#singularity-docker-hub) Nextflow options enables you to store and re-use the images from a central location for future pipeline runs.
8383
> - If you are using `conda`, it is highly recommended to use the [`NXF_CONDA_CACHEDIR` or `conda.cacheDir`](https://www.nextflow.io/docs/latest/conda.html) settings to store the environments in a central location for future pipeline runs.
8484
85-
4. Start running your own analysis!
85+
5. Start running your own analysis!
8686

8787
<!-- TODO nf-core: Update the example "typical command" below used to run the pipeline -->
8888

0 commit comments

Comments
 (0)