Skip to content

Commit

Permalink
Updated readme and bug in table generation for reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Nobles committed Apr 19, 2019
1 parent 5e1c919 commit 39ee0c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ conda deactivate

### Changelog:

**v0.9.8 (March 18th, 2019)**
**v0.9.8 (April 19th, 2019)**

* iGUIDE can now support non-Cas9 nucleases as well!
+ Implemented nuclease profiles into configs
Expand All @@ -120,6 +120,7 @@ conda deactivate
* Added 'summary' subcommand to generate a consise text-based report
+ Working in the same manner as 'report', can generate from config(s) or eval file
* Added short stats-based report to be produced at the end of processing
* Additional bugfixes.

**v0.9.7 (March 6th, 2019)**

Expand Down
5 changes: 3 additions & 2 deletions docs/pages/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ChangeLog
=========

**v0.9.8 (March 18th, 2019)**
**v0.9.8 (April 19th, 2019)**

* iGUIDE can now support non-Cas9 nucleases as well!

Expand All @@ -20,14 +20,15 @@ ChangeLog
- Acceptable notation: chr4:+:397-416 and chr3:*:397
* Changed build nomenclature from v0.9.3 to b0.9.3

- So as not to confuse with version

* Added 'summary' subcommand to generate a consise text-based report

- Working in the same manner as 'report', can generate from config(s) or eval file

* Added short stats-based report to be produced at the end of processing
* Additional bugfixes.

**v0.9.7 (March 6th, 2019)**

Expand Down
1 change: 0 additions & 1 deletion tools/rscripts/report_templates/iGUIDE_report_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,6 @@ for( i in seq_along(ft_seqs_list) ){
"Mismatch" = mismatch
)%>%
write.csv(
x = df,
file = file.path(tables_path, paste0("tbl", i+5, ".offtargets.csv")),
quote = TRUE, row.names = FALSE
)
Expand Down

0 comments on commit 39ee0c9

Please sign in to comment.