Created
September 4, 2008 14:49
-
-
Save mza/8787 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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