Navigation Menu

Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
Comment for self-BLAST output format.
  • Loading branch information
jaleezyy committed Feb 28, 2020
1 parent e1400a3 commit 606b640
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom_scripts/binb4greedy_WIP.py
Expand Up @@ -3,7 +3,10 @@
### WORK IN PROGRESS
### Goal is to create my own version of the greedy algorithm based on BLAST local alignment
### Run BLASTn on bait set itself
### Isolate a set of bait headers (SeqRecord) - check memory usage

### BLASTn should be run with the following at minimum: -outfmt '10 std'

### Isolate a set of bait headers (SeqRecord)
### Parse BLAST file relative to bait header set

import re
Expand Down

0 comments on commit 606b640

Please sign in to comment.