This is just some experimenting on how to make a blog post.

Fruit of velvetleaf.

I think I am getting the hang of it, at least in the visual builder.

from Bio import SeqIO

import pylab, sys, os

from Bio.Blast.Applications import NcbiblastxCommandline

from Bio.Blast import NCBIXML

from Bio.Alphabet import generic_dna

from Bio.Seq import Seq

import herbicideMutationFinder

path = ‘/home/scott/Dropbox/Programming/genomicsPython/ALS’

os.chdir(‘/home/scott/Dropbox/Programming/genomicsPython/ALS’)

class abiAnalysis(object):

def __init__(self, abiFile):
self.abiFile = abiFile
self.db = ‘/home/scott/Dropbox/Programming/genomicsPython/protSeqs.fasta’

Let’s see how this works.