Skip to content

Instantly share code, notes, and snippets.

@mza
Created September 4, 2008 14:49
Show Gist options
  • Save mza/8787 to your computer and use it in GitHub Desktop.
Save mza/8787 to your computer and use it in GitHub Desktop.
Task: Protein lookup
Find protein structure for 1MBN
From PDB
Return sequence of protein
Task: Blast
Run BLAST
Using the protein sequence from Protein lookup task
On uniprot
Select all hits with e < 0.00001
Return list of alignments
Task: Custom visualization
View list of alignments from Blast task
using my_pretty_viewer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment