diff --git a/README.md b/README.md index 5dca9224..6946bfc2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)** diff --git a/docs/pages/changelog.rst b/docs/pages/changelog.rst index 621a4284..15762dc9 100644 --- a/docs/pages/changelog.rst +++ b/docs/pages/changelog.rst @@ -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! @@ -20,7 +20,7 @@ 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 @@ -28,6 +28,7 @@ ChangeLog - 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)** diff --git a/tools/rscripts/report_templates/iGUIDE_report_template.Rmd b/tools/rscripts/report_templates/iGUIDE_report_template.Rmd index 9e087b5b..1749dcae 100644 --- a/tools/rscripts/report_templates/iGUIDE_report_template.Rmd +++ b/tools/rscripts/report_templates/iGUIDE_report_template.Rmd @@ -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 )