Skip to content

Commit

Permalink
Merge pull request #14 from gbouras13/dev2
Browse files Browse the repository at this point in the history
fix some typos
  • Loading branch information
gbouras13 authored Jan 17, 2024
2 parents dd82a5e + 7f242e7 commit 56a7642
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
=======
History
=======

0.3.0 (2023-01-17)
------------------

* Includes a number of changes by @rrwick.
* Fixes errors with counts in the report (there were some errors).
* Fixes issue where pypolca would crash if there were spaces in the header
* Adds `--min_alt`, `--min_ratio` and `--careful` parameters.
* Using `--careful` is recommended for low read depth (<25x coverage).
* Includes a number of changes by @rrwick
* Fixes errors with counts in the report
* Fixes issue where pypolca would crash if there were spaces in the FASTA header
* Adds `--min_alt`, `--min_ratio` and `--careful` parameters
* Using `--careful` is recommended for low read depth (<25x coverage)

0.2.1 (2023-12-19)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It was written for a number of reasons:
* MaSuRCA is only available on Linux, not for MacOS.
* The original `polca.sh` script from MaSuRCA was difficult to use because you could not specify an output directory. Additionally, due to its shell implementation, both FASTQ read files needed to be input together as a string
* To use `polca.sh`, you need to install the entire MaSuRCA assembly toolkit.
* POLCA is recommended for long-read only bacterial only polishing (see [this paper](https://doi.org/10.1371/journal.pcbi.1010905)) and I wanted to include it for MacOS and Linux in my assembly tool [hybracter](https://github.com/gbouras13/hybracter).
* POLCA is recommended for long-read first bacterial assembly polishing (see [this paper](https://doi.org/10.1371/journal.pcbi.1010905)) and I wanted to include it for MacOS and Linux in my assembly tool [hybracter](https://github.com/gbouras13/hybracter).

Note: I neither guarantee nor desire that `pypolca` will give identical results to POLCA implemented in MaSuRCA. This is because of the different versions of [freebayes](https://github.com/freebayes/freebayes) and Samtools that might be used as a dependency.

Expand Down

0 comments on commit 56a7642

Please sign in to comment.