-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errata for Bioinformatics Data Skills #2
Comments
For gwascat.db, I get the following error in both Unix and Windows: Error: file is encrypted or is not a database Do you know what might be the problem? |
Could you send me the command you're using? |
sqlite3 gwascat.db |
It's very likely an issue with the way it downloaded. It seems to work for me with:
You might also try uninstalling and re-installing sqlite3. It's surprising how often this works. In the future, could you create a new Github issue? It helps keep the issues separate. |
yes, it was the way it downloaded. When I used the URL in your reply it worked fine. Thank you. |
page 161. In the original code, we subtract 1 from the start position to convert to BED format because of zero-indexing.
Should we also subtract the end position like this?
|
Errata for Bioinformatics Data Skills
Confirmed Errata | O'Reilly Media
Computer environment
I’ve run examples in this book on Mac OS X 10.9.5 in which I installed Python 3.4.3 and R version 3.2.2.
Chapter 3. Remedial Unix Shell
(Pages 38 and 45)
Doug McIlory
should be
Doug McIlroy
https://en.wikipedia.org/wiki/Douglas_McIlroy
(Page 49)
can can combine pipes and redirects easily:
should be
can combine pipes and redirects easily:
(Page 53)
The shell operator && executes subsequent commands only if previous commands have completed with a nonzero exit status:
should be
The shell operator && executes subsequent commands only if previous commands have completed with a zero exit status:
Chapter 4. Working with Remote Machines
Chapter 5. Git for Scientists
(Page 89)
our remote repository to a local directory named zmay-snps-barbara/.
should be
our remote repository to a local directory named zmays-snps-barbara/.
(Page 89)
Now, in our original zmay-snps/ local
should be
Now, in our original zmays-snps/ local
Chapter 6. Bioinformatics Data
(Page 113)
The option -a enables wrsync’s archive mode,
should be
The option -a enables rsync’s archive mode,
(Page 122)
should be
Chapter 12. Bioinformatics Shell Scripting, Writing Pipelines, and Parallelizing Tasks
(Page 403-404)
should be
(Page 404-405)
./script.sh
printed "./script.sh: line 6: $1: unbound variable".(Page 414)
printed "-bash: !: event not found" and should thus be
(Page 414)
(we are still in the zmays/data directory):
should be
(we are still in the zmays-snps/data directory):
(Page 415)
should be
Chapter 13. Out-of-Memory Approaches: Tabix and SQLite
Using Tabix Version: 1.2.1 on Mac OS X 10.9.5,
man tabix
printed "No manual entry for tabix"The text was updated successfully, but these errors were encountered: