Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ pip-log.txt

_build
*~
/.project
2 changes: 1 addition & 1 deletion mrnaseq/5-building-transcript-families.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Now, calculate putative homology (best BLAST hit) and orthology

Prepare some of the mouse info::

python /usr/local/share/eel-pond/make-namedb.py mouse.protein.faa mouse.namedb
python /usr/local/share/eel-pond/make-namedb.py mouse.protein.faa
python -m screed.fadbm mouse.protein.faa

And, finally, annotate the sequences::
Expand Down