Skip to content

Commit 3c81f87

Browse files
authored
Merge pull request #904 from ebete/update-untar
Update the `untar` module
2 parents b4bd86b + 89b3a79 commit 3c81f87

10 files changed

Lines changed: 261 additions & 75 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- [#893](https://github.com/nf-core/ampliseq/pull/893),[#896](https://github.com/nf-core/ampliseq/pull/896),[#905](https://github.com/nf-core/ampliseq/pull/905) - Template update for nf-core/tools version 3.3.2
1717
- [#897](https://github.com/nf-core/ampliseq/pull/897) - Allow multiple region analysis with one sample
1818
- [#899](https://github.com/nf-core/ampliseq/pull/899) - With `--dada_ref_tax_custom` all chunks defined by `--dada_assign_chunksize` are now taxonomically annotated.
19+
- [#904](https://github.com/nf-core/ampliseq/pull/904) - Update `untar` module.
1920

2021
### `Dependencies`
2122

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
},
8585
"untar": {
8686
"branch": "master",
87-
"git_sha": "5caf7640a9ef1d18d765d55339be751bb0969dfa",
87+
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
8888
"installed_by": ["modules"]
8989
},
9090
"vsearch/cluster": {

modules/nf-core/untar/environment.yml

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

modules/nf-core/untar/main.nf

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

modules/nf-core/untar/meta.yml

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

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

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

0 commit comments

Comments
 (0)