Closed JWDebler closed 5 years ago
Apologies for the error. It is a remnant from the 1st edition where we filtered the GAF file. The code has been corrected to contain:
# Uncompress and remove lines starting with the comments character!
# from the annotation file. This makes subsequent commands simpler.
gunzip -c goa_human.gaf.gz | grep -v '^!' > tmp
# Move the temporary files under the original name.
mv tmp goa_human.gaf
the correction has been applied to the content on the site and all editions of the book.
In the examples under "Understanding the GO data" we are asked to run these commands:
However, these do not take into account that there are 31 lines of comments at the beginning of the file, therefore the output of
cat goa_human.gaf | cut -f 3 | sort | uniq -c | head -20
begins with: