Skip to content

Commit 1712144

Browse files
Merge pull request #7 from nf-core/fix-testpath
Fix test path
2 parents 2ce1fb7 + a8e5d6a commit 1712144

File tree

13 files changed

+66
-28
lines changed

13 files changed

+66
-28
lines changed

.github/workflows/awsfulltest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
steps:
1616
- name: Launch workflow via Seqera Platform
1717
uses: seqeralabs/action-tower-launch@v2
18-
# TODO nf-core: You can customise AWS full pipeline tests as required
19-
# Add full size test data (but still relatively small datasets for few samples)
20-
# on the `test_full.config` test runs with only one set of parameters
2118
with:
2219
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
2320
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,23 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## 1.0.0 2024-06-19
6+
## 1.0.1
7+
8+
### Changed
9+
10+
[#7](https://github.com/nf-core/demo/pull/7) - Updated Usage and README docs
11+
12+
### Fixed
13+
14+
[#7](https://github.com/nf-core/demo/pull/7) - Fixed full path for `test.config`
15+
16+
### Dependencies
17+
18+
| Dependency | Old version | New version |
19+
| ---------- | ----------- | ----------- |
20+
| `multiqc` | 1.21 | 1.23 |
21+
22+
## [1.0.0](https://github.com/nf-core/demo/releases/tag/1.0.0) 2024-06-19
723

824
### Credits
925

@@ -12,7 +28,7 @@ Special thanks to the following for their reviews and assistance:
1228
- [Maxime Garcia](https://github.com/maxulysse)
1329
- [Friederike Hanssen](https://github.com/FriederikeHanssen)
1430

15-
### `Added`
31+
### Added
1632

1733
- `nf-core/seqtk/trim` module
1834
- `skip_trim` parameter

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</h1>
77

88
[![GitHub Actions CI Status](https://github.com/nf-core/demo/actions/workflows/ci.yml/badge.svg)](https://github.com/nf-core/demo/actions/workflows/ci.yml)
9-
[![GitHub Actions Linting Status](https://github.com/nf-core/demo/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/demo/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/demo/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)
9+
[![GitHub Actions Linting Status](https://github.com/nf-core/demo/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/demo/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/demo/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.12192442-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.12192442)
1010
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
1111

1212
[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A523.04.0-23aa62.svg)](https://www.nextflow.io/)
@@ -81,8 +81,7 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
8181

8282
## Citations
8383

84-
<!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->
85-
<!-- If you use nf-core/demo for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
84+
If you use nf-core/demo for your analysis, please cite it using the following doi: [10.5281/zenodo.12192442](https://doi.org/10.5281/zenodo.12192442)
8685

8786
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
8887

conf/test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ params {
2020
max_time = '6.h'
2121

2222
// Input data
23-
input = params.pipelines_testdata_base_path + 'viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv'
23+
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv'
2424

2525
}

docs/usage.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ SAMPLE3_SE,https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/il
4141
| Column | Description |
4242
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4343
| `sample` | Custom sample name. This entry will be identical for multiple sequencing libraries/runs from the same sample. Spaces in sample names are automatically converted to underscores (`_`). |
44-
| `fastq_1` | Full path to FastQ file for Illumina short reads 1. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". |
45-
| `fastq_2` | Full path to FastQ file for Illumina short reads 2. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". |
44+
| `fastq_1` | Full path to FastQ file for Illumina short reads 1. File has to be gzipped and have the extension ".fastq.gz". |
45+
| `fastq_2` | Full path to FastQ file for Illumina short reads 2. File has to be gzipped and have the extension ".fastq.gz". |
4646

4747
An [example samplesheet](../assets/samplesheet.csv) has been provided with the pipeline.
4848

@@ -51,7 +51,7 @@ An [example samplesheet](../assets/samplesheet.csv) has been provided with the p
5151
The typical command for running the pipeline is as follows:
5252

5353
```bash
54-
nextflow run nf-core/demo --input ./samplesheet.csv --outdir ./results --genome GRCh37 -profile docker
54+
nextflow run nf-core/demo --input ./samplesheet.csv --outdir ./results -profile docker
5555
```
5656

5757
This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles.
@@ -84,7 +84,6 @@ with `params.yaml` containing:
8484
```yaml
8585
input: './samplesheet.csv'
8686
outdir: './results/'
87-
genome: 'GRCh37'
8887
<...>
8988
```
9089

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"multiqc": {
1414
"branch": "master",
15-
"git_sha": "b7ebe95761cd389603f9cc0e0dc384c0f663815a",
15+
"git_sha": "b80f5fd12ff7c43938f424dd76392a2704fa2396",
1616
"installed_by": ["modules"]
1717
},
1818
"seqtk/trim": {

modules/nf-core/multiqc/environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/multiqc/main.nf

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/multiqc/meta.yml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/multiqc/tests/main.nf.test

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)