We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Counter.update()
The counts.update() method
counts.update()
Page 351
Contributed by Itaya, KH.
For Python 3.7.3, cat contam.fastq | ./nuccount.py printed the following messages:
cat contam.fastq | ./nuccount.py
File "./nuccount.py", line 18 print base + "\t" + str(counts[base]) ^ SyntaxError: invalid syntax
#) nuccount.py
nuccount.py:18: print base + "\t" + str(counts[base])
nuccount.py:18: print ( base + "\t" + str(counts[base]) )
#) readfq.py
readfq.py:39: print n, '\t', slen, '\t', qlen
readfq.py:39: print ( n, '\t', slen, '\t', qlen )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Page 346
should be
https://www.bioconductor.org/packages/release/bioc/html/qrqc.html
Page 350-351
The
Counter.update()
methodshould be
The
counts.update()
methodPage 351
Contributed by Itaya, KH.
For Python 3.7.3,
cat contam.fastq | ./nuccount.py
printed the following messages:#) nuccount.py
should be
#) readfq.py
should be
The text was updated successfully, but these errors were encountered: