Skip to content

Commit

Permalink
Merge pull request #32 from USDA-ARS-GBRU/changelogupdates2
Browse files Browse the repository at this point in the history
fix typos in changelog
  • Loading branch information
arivers authored Sep 19, 2023
2 parents 55b3980 + d823a4f commit 235b874
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# v0.4.1

* Changed how Guidemaker handles DNA sequenses that are soft-masked with lower case letters. The new behavior unmasks all
sequences and finds guide candidates (and filters them for distance) against the entire sequence. It also fixes a a key value error in computing the doench efficency scores when mixed case sequences were used. Prevously, guides were only identified in regions where the PAM was all capital and edit distance was different if the case was different (a capitalized and lowercase guide were not considered the same).
* Changed how Guidemaker handles DNA sequences that are soft-masked with lowercase letters. The new behavior unmasks all
sequences and finds guide candidates (and filters them for distance) against the entire sequence. It also fixes a key value error in computing the Doench efficiency scores when mixed case sequences were used. Previously, guides were only identified in regions where the PAM was all capitalized and edit distance was different if the case was different (a capitalized and lowercase guide were not considered the same).
* Dockerfiles now have more version information
* Github build actions were impoved
* GitHub build actions were improved

# v0.4.0

* changed the cli flag `--filter_by_locus` to `--filter_by_attribute` and added the flag `--attribute_key` so that keys other than the addribute key "locus_tag" can be filtered.
* Changed the cli to add `--raw_output_only`. This option allows the user to just get hte guides that met LSR and distance criteria without doing any parsing of the genome annotation files.
* Changed the cli to add `--raw_output_only`. This option allows the user to just get the guides that meet LSR and distance criteria without doing any parsing of the genome annotation files.
* updated caching for Streamlit 1.26
* updated GC and position methods for Biopython 1.8.1
* replaced append methods with concat methods for Pandas 2.1.1
* output data is now gzipped
* updated Dockerfile to use minimamba base image
* Updates to python dependencies

* updated Dockerfile to use Minimamba base image
* Updates to Python dependencies
2 changes: 1 addition & 1 deletion coverage.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="7.3.1" timestamp="1695132471507" lines-valid="1161" lines-covered="680" line-rate="0.5857" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<coverage version="7.3.1" timestamp="1695133803371" lines-valid="1161" lines-covered="680" line-rate="0.5857" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.3.1 -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
Expand Down

0 comments on commit 235b874

Please sign in to comment.