Skip to content

Commit

Permalink
Merge pull request nf-core#395 from nf-core/remove-minia-default-asse…
Browse files Browse the repository at this point in the history
…mbler

Remove minia from default assembler
  • Loading branch information
adamrtalbot authored Sep 21, 2023
2 parents db87b06 + ec8f904 commit 0a6f1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements

- [[#299](https://github.com/nf-core/viralrecon/issues/299)] - Add the freyja pipeline as a subworkflow
- [[PR #387](https://github.com/nf-core/viralrecon/pull/387)] - Software closes gracefully when encountering an error
- [[PR #395](https://github.com/nf-core/viralrecon/pull/395)] - Remove minia from default assemblers because it is unreliable

### Parameters

Expand Down
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ params {
freyja_repeats = 10

// Assembly options
assemblers = 'spades,unicycler,minia'
assemblers = 'spades,unicycler'
}

0 comments on commit 0a6f1c3

Please sign in to comment.