bds-files icon indicating copy to clipboard operation
bds-files copied to clipboard

Supplementary files for my book, "Bioinformatics Data Skills"

Results 17 bds-files issues
Sort by recently updated
recently updated
newest added

.tmux.conf file works only after changing `set-window-option -g window-status-current-bg red` to `set-window-option -g window-status-current-style bg=red`. Version of tmux used: `tmux 3.0a`

----- (Page 181) You access access R’s built-in documentation *should be* You access R’s built-in documentation ----- (Page 181) apropos(norm) *printed "Error: is.character(what) is not TRUE", and thus should be*...

# Errata for Bioinformatics Data Skills [Confirmed Errata | O'Reilly Media](http://www.oreilly.com/catalog/errata.csp?isbn=9781449367374) ---------- ## Computer environment I’ve run examples in this book on Mac OS X 10.9.5 in which I installed...

----- (Page 131) i() { (head -n 2; tail -n 2) < "$1" | column -t} *should be* i() { (head -n 2; tail -n 2) < "$1" | column...

----- **Page 346** ``` library(BiocInstaller) biocLite('qrqc') ``` *should be* ``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("qrqc") ``` https://www.bioconductor.org/packages/release/bioc/html/qrqc.html ----- **Page 350-351** counts.update(seq.upper()) The `Counter.update()` method *should be* The `counts.update()`...

In the CURL introduction in Chapter 6, there is the mention `-O `, but curl takes an output file name as the argument when the option `-o`. In addition, if...

* P91 `are two commits ahead of our local repository` might be `one commit` ? * P105 Figure 5-6 `new-methods` might be `readme-changes` ? Regards,

Hiya, I was wondering if this file gwascat2sqlite2table.py could be made available as well? Or was that never intended to be shared? Cheers Satz

I appears that IntervalTree is no longer exported by IRanges. Source package for 2.10.5 downloaded from Bioconductor has no entries in the NAMESPACE file for IntervalTree.