Skip to content

Commit 2fe0e47

Browse files
authored
Merge pull request #430 from nf-core/update-rgi
Fix `rgi/main` module
2 parents 5b125e0 + 9541325 commit 2fe0e47

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### `Added`
99

10-
- [#421](https://github.com/nf-core/funcscan/pull/421) Updated to nf-core template 3.0.2 (by @jfy133)
10+
- [#421](https://github.com/nf-core/funcscan/pull/421) Updated to nf-core template 3.0.2. (by @jfy133)
1111
- [#427](https://github.com/nf-core/funcscan/pull/427) AMPcombi now can use multiple other databases for classifications. (by @darcy220606)
12+
- [#429](https://github.com/nf-core/funcscan/pull/429) Updated to nf-core template 3.1.0. (by @jfy133 and @jasmezz)
1213

1314
### `Fixed`
1415

1516
- [#427](https://github.com/nf-core/funcscan/pull/427) Fixed the AMP reference database issues reported by users, due to non-ASCII characters. (by @darcy220606)
17+
- [#430](https://github.com/nf-core/funcscan/pull/430) Updated `rgi/main` module to fix incorrect variable name. (by @amizeranschi and @jasmezz)
1618

1719
### `Dependencies`
1820

modules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
"rgi/main": {
194194
"branch": "master",
195-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
195+
"git_sha": "41623bcb962bd02d1a45ad81c1853547ebd26f5f",
196196
"installed_by": ["modules"]
197197
},
198198
"seqkit/seq": {

modules/nf-core/rgi/main/main.nf

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rgi/main/tests/main.nf.test.snap

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test_preannotated.nf.test.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
},
144144
"rgi": {
145145
"content": [
146-
"sample_1.txt:md5,dde77ae2dc240ee4717d8d33a92dfb66",
147-
"sample_2.txt:md5,0e652d35ef6e9272aa194b55db609e75",
148-
"sample_3.txt:md5,dde77ae2dc240ee4717d8d33a92dfb66"
146+
"sample_1.txt:md5,ff8f179d06d8566d8cf779fc7d1f4955",
147+
"sample_2.txt:md5,cc4ae1fb9e0d5f79ef5105d640c7b748",
148+
"sample_3.txt:md5,ff8f179d06d8566d8cf779fc7d1f4955"
149149
],
150150
"meta": {
151151
"nf-test": "0.9.0",

0 commit comments

Comments
 (0)