Skip to content

Commit 39ee0c9

Browse files
author
Christopher Nobles
committed
Updated readme and bug in table generation for reports.
1 parent 5e1c919 commit 39ee0c9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ conda deactivate
106106

107107
### Changelog:
108108

109-
**v0.9.8 (March 18th, 2019)**
109+
**v0.9.8 (April 19th, 2019)**
110110

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

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

docs/pages/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ChangeLog
77
=========
88

9-
**v0.9.8 (March 18th, 2019)**
9+
**v0.9.8 (April 19th, 2019)**
1010

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

@@ -20,14 +20,15 @@ ChangeLog
2020
- Acceptable notation: chr4:+:397-416 and chr3:*:397
2121
2222
* Changed build nomenclature from v0.9.3 to b0.9.3
23-
23+
2424
- So as not to confuse with version
2525

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

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

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

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

tools/rscripts/report_templates/iGUIDE_report_template.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,6 @@ for( i in seq_along(ft_seqs_list) ){
856856
"Mismatch" = mismatch
857857
)%>%
858858
write.csv(
859-
x = df,
860859
file = file.path(tables_path, paste0("tbl", i+5, ".offtargets.csv")),
861860
quote = TRUE, row.names = FALSE
862861
)

0 commit comments

Comments
 (0)