Skip to content

Commit 8ef4844

Browse files
authored
Back to dev (#181)
* update Zenodo * CHANGELOG * update snapshot * back to dev
1 parent dc46c62 commit 8ef4844

13 files changed

+114
-58
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ template:
2121
name: seqinspector
2222
org: nf-core
2323
outdir: .
24-
version: 1.0.0
24+
version: 1.1.0dev

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
## dev
7+
8+
### `Added`
9+
10+
### `Fixed`
11+
12+
### `Changed`
13+
14+
- [#180](https://github.com/nf-core/seqinspector/pull/180) Add Zenodo record
15+
- [#181](https://github.com/nf-core/seqinspector/pull/181) Back to dev
16+
17+
### `Dependencies`
18+
19+
### `Deprecated`
20+
621
## [1.0.0](https://github.com/nf-core/seqinspector/releases/tag/1.0.0) - Inspector Gadget
722

823
Initial release of nf-core/seqinspector, created with the [nf-core](https://nf-co.re/) template.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![Open in GitHub Codespaces](https://img.shields.io/badge/Open_In_GitHub_Codespaces-black?labelColor=grey&logo=github)](https://github.com/codespaces/new/nf-core/seqinspector)
99
[![GitHub Actions CI Status](https://github.com/nf-core/seqinspector/actions/workflows/nf-test.yml/badge.svg)](https://github.com/nf-core/seqinspector/actions/workflows/nf-test.yml)
10-
[![GitHub Actions Linting Status](https://github.com/nf-core/seqinspector/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/seqinspector/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/seqinspector/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)
10+
[![GitHub Actions Linting Status](https://github.com/nf-core/seqinspector/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/seqinspector/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/seqinspector/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.18757486-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.18757486)
1111
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
1212

1313
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.10.2-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
@@ -45,9 +45,9 @@ If provided, nf-core/seqinspector can also parse statistics from an Illumina run
4545
### Workflow diagram
4646

4747
<picture>
48-
<source media="(prefers-color-scheme: dark)" srcset="docs/images/seqinspector_tubemap_V1.0_dark.png">
49-
<source media="(prefers-color-scheme: light)" srcset="docs/images/seqinspector_tubemap_V1.0.png">
50-
<img alt="Fallback image description" src="docs/images/seqinspector_tubemap_V1.0.png">
48+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/seqinspector_tubemap_dark.png">
49+
<source media="(prefers-color-scheme: light)" srcset="docs/images/seqinspector_tubemap_light.png">
50+
<img alt="Fallback image description" src="docs/images/seqinspector_tubemap_light.png">
5151
</picture>
5252

5353
### Summary of tools and version used in the pipeline
@@ -136,7 +136,7 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
136136

137137
## Citations
138138

139-
<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
139+
You can cite the seqinspector zenodo record for a specific version using the following [doi: 10.5281/zenodo.18757486](https://doi.org/10.5281/zenodo.18757486)
140140

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

assets/multiqc_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/seqinspector/releases/tag/1.0.0" target="_blank">nf-core/seqinspector</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/seqinspector/1.0.0/docs/output" target="_blank">documentation</a>.
2+
This report has been generated by the <a href="https://github.com/nf-core/seqinspector/tree/dev" target="_blank">nf-core/seqinspector</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/seqinspector/dev/docs/output" target="_blank">documentation</a>.
33
report_section_order:
44
"nf-core-seqinspector-index":
55
order: -999
-83.5 KB
Binary file not shown.
-69.9 KB
Binary file not shown.
68.4 KB
Loading

docs/images/seqinspector_tubemap_V1.0_dark.svg renamed to docs/images/seqinspector_tubemap_dark.svg

Lines changed: 20 additions & 8 deletions
Loading
80.8 KB
Loading

docs/images/seqinspector_tubemap_V1.0.svg renamed to docs/images/seqinspector_tubemap_light.svg

Lines changed: 37 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)