Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Aug 21, 2024
2 parents 9e9bad2 + 50992ea commit 7aaa140
Show file tree
Hide file tree
Showing 8 changed files with 1,546 additions and 680 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [[PR #401](https://github.com/nf-core/viralrecon/pull/401)] - Added option to add a custom annotation
- [[PR #417](https://github.com/nf-core/viralrecon/pull/417)] - Allow skipping of Freyja bootstrapping module & freyja module update
- [[PR #434](https://github.com/nf-core/viralrecon/pull/434)] - Add blast result filtering through `min_contig_length` and `min_perc_contig_aligned`.
- [[PR #438](https://github.com/nf-core/viralrecon/pull/438)] - Update fastp container to 0.23.4
- [[PR #]()] - Refactored old ivar_variants_to_vcf.py with new functionalities like a quality threshold.

### Parameters
Expand Down Expand Up @@ -54,6 +55,7 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi
| ---------- | ----------- | ----------- |
| `freyja` | | 1.5.0 |
| `multiqc` | 1.14 | 1.19 |
| `fastp` | 0.23.2 | 0.23.4 |

> **NB:** Dependency has been **updated** if both old and new version information is present.
>
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
},
"fastp": {
"branch": "master",
"git_sha": "95cf5fe0194c7bf5cb0e3027a2eb7e7c89385080",
"git_sha": "1ceaa8ba4d0fd886dbca0e545815d905b7407de7",
"installed_by": ["modules"]
},
"fastqc": {
Expand Down
21 changes: 13 additions & 8 deletions modules/nf-core/fastp/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion modules/nf-core/fastp/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7aaa140

Please sign in to comment.