summaryrefslogtreecommitdiff
path: root/cad/plugins/DNA/bdna-pseudo-bases/makethemall
blob: 370d791ac88f0c56896a71ffbf71c44dc6843459 (plain)
1
2
3
4
5
6
#!/bin/sh

# Copyright 2007 Nanorex, Inc.  See LICENSE file for details. 
for i in adenine cytosine guanine thymine unknown end1 end2; do
	python Generate.py $i > $i.mmp
done