Skip to content

Commit

Permalink
Merge pull request #152 from JoseEspinosa/fixes
Browse files Browse the repository at this point in the history
Warning when kalign fails with error 132
  • Loading branch information
JoseEspinosa authored Sep 19, 2024
2 parents 9303a87 + 64a0eda commit adc2e94
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Initial release of nf-core/multiplesequencealign, created with the [nf-core](htt
- [[#111](https://github.com/nf-core/multiplesequencealign/pull/111)] - Fix linting warnings (mostly versions).
- [[#134](https://github.com/nf-core/multiplesequencealign/pull/134)] - Code revision for release preparation.
- [[#138](https://github.com/nf-core/multiplesequencealign/pull/138)] - MultiQC as nf-core module and fix visualization.
- [[#152](https://github.com/nf-core/multiplesequencealign/pull/152)] - Ignore kalign error 132 and print a warning (incompatibility with some CPU types).

### `Dependencies`

Expand Down
3 changes: 2 additions & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"kalign/align": {
"branch": "master",
"git_sha": "06c8865e36741e05ad32ef70ab3fac127486af48",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/kalign/align/kalign-align.diff"
},
"learnmsa/align": {
"branch": "master",
Expand Down
25 changes: 25 additions & 0 deletions modules/nf-core/kalign/align/kalign-align.diff

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

7 changes: 7 additions & 0 deletions modules/nf-core/kalign/align/main.nf

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

0 comments on commit adc2e94

Please sign in to comment.