Skip to content

Commit

Permalink
Fix input to single-end MEGAHIT runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Dec 10, 2024
1 parent a9c213f commit 1ef93a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#716](https://github.com/nf-core/mag/pull/692) - Make short read processing a subworkflow (added by @muabnezor)
- [#708](https://github.com/nf-core/mag/pull/708) - Fixed channel passed as GUNC input (added by @dialvarezs)
- [#727](https://github.com/nf-core/mag/pull/727) - Fixed misspecified multi-FASTQ input for single-end data in MEGAHIT (reported by John Richards, fix by @jfy133)

### `Dependencies`

Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
},
"megahit": {
"branch": "master",
"git_sha": "7755db15e36b30da564cd67fffdfe18a255092aa",
"git_sha": "9142b390538283705c084e4d612170972ff60326",
"installed_by": ["modules"]
},
"metabat2/jgisummarizebamcontigdepths": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/megahit/main.nf

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

0 comments on commit 1ef93a0

Please sign in to comment.