Skip to content

Commit 3ab25b0

Browse files
authored
prepare RC 0.1 (#70)
* prepare RC 0.1 * update snapshots
1 parent f637e87 commit 3ab25b0

13 files changed

+24
-23
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
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-
## v1.0dev - [date]
6+
## [0.1](https://github.com/nf-core/references/releases/tag/0.1) - Tar Tarasque
77

8-
Initial release of nf-core/references, created with the [nf-core](https://nf-co.re/) template.
8+
Initial pre-release of nf-core/references, created with the [nf-core](https://nf-co.re/) template.
9+
Tar is a dark grey color ( #383838), and the Tarasque is a legendary dragon from the South of France.
910

1011
### Added
1112

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/references/tree/dev" target="_blank">nf-core/references</a>
2+
This report has been generated by the <a href="https://github.com/nf-core/references/releases/tag/0.1" target="_blank">nf-core/references</a>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/references/dev/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/references/0.1/docs/output" target="_blank">documentation</a>.
55
report_section_order:
66
"nf-core-references-methods-description":
77
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ manifest {
224224
description = """help community build references"""
225225
mainScript = 'main.nf'
226226
nextflowVersion = '!>=24.10.1'
227-
version = '1.0dev'
227+
version = '0.1'
228228
doi = ''
229229
}
230230

tests/hisat2.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"hisat2": "2.2.1"
88
},
99
"Workflow": {
10-
"nf-core/references": "v1.0dev"
10+
"nf-core/references": "v0.1"
1111
}
1212
},
1313
[
@@ -71,7 +71,7 @@
7171
"hisat2": "2.2.1"
7272
},
7373
"Workflow": {
74-
"nf-core/references": "v1.0dev"
74+
"nf-core/references": "v0.1"
7575
}
7676
},
7777
[

tests/kallisto.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"star": "2.7.10a"
1515
},
1616
"Workflow": {
17-
"nf-core/references": "v1.0dev"
17+
"nf-core/references": "v0.1"
1818
}
1919
},
2020
[
@@ -63,7 +63,7 @@
6363
"kallisto": "0.51.1"
6464
},
6565
"Workflow": {
66-
"nf-core/references": "v1.0dev"
66+
"nf-core/references": "v0.1"
6767
}
6868
},
6969
[

tests/multiple.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tabix": 1.2
88
},
99
"Workflow": {
10-
"nf-core/references": "v1.0dev"
10+
"nf-core/references": "v0.1"
1111
}
1212
},
1313
[
@@ -63,7 +63,7 @@
6363
"samtools": 1.21
6464
},
6565
"Workflow": {
66-
"nf-core/references": "v1.0dev"
66+
"nf-core/references": "v0.1"
6767
}
6868
},
6969
[

tests/rnaseq.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"gawk": "5.1.0"
2222
},
2323
"Workflow": {
24-
"nf-core/references": "v1.0dev"
24+
"nf-core/references": "v0.1"
2525
}
2626
},
2727
[

tests/rsem.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"star": "2.7.10a"
99
},
1010
"Workflow": {
11-
"nf-core/references": "v1.0dev"
11+
"nf-core/references": "v0.1"
1212
}
1313
},
1414
[
@@ -105,7 +105,7 @@
105105
"star": "2.7.10a"
106106
},
107107
"Workflow": {
108-
"nf-core/references": "v1.0dev"
108+
"nf-core/references": "v0.1"
109109
}
110110
},
111111
[

tests/salmon.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"salmon": "1.10.3"
1515
},
1616
"Workflow": {
17-
"nf-core/references": "v1.0dev"
17+
"nf-core/references": "v0.1"
1818
}
1919
},
2020
[
@@ -87,7 +87,7 @@
8787
"salmon": "1.10.3"
8888
},
8989
"Workflow": {
90-
"nf-core/references": "v1.0dev"
90+
"nf-core/references": "v0.1"
9191
}
9292
},
9393
[

tests/samtools.nf.test.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
1,
55
{
66
"Workflow": {
7-
"nf-core/references": "v1.0dev"
7+
"nf-core/references": "v0.1"
88
}
99
},
1010
[
@@ -41,7 +41,7 @@
4141
"samtools": 1.21
4242
},
4343
"Workflow": {
44-
"nf-core/references": "v1.0dev"
44+
"nf-core/references": "v0.1"
4545
}
4646
},
4747
[
@@ -89,7 +89,7 @@
8989
"gawk": "5.3.0"
9090
},
9191
"Workflow": {
92-
"nf-core/references": "v1.0dev"
92+
"nf-core/references": "v0.1"
9393
}
9494
},
9595
[

0 commit comments

Comments
 (0)