NDA
shell中实现查找NDA的motif
001、 [root@pc1 test02]# ls a.txt test.sh [root@pc1 test02]# cat a.txt ## 测试序列 GATATATGCATATACTT [root@pc1 test02]# cat test.sh ## 计算程序 #!/bin/bash len ......
python中实现查找NDA的motif
001、 直接实现 [root@pc1 test01]# ls test.py [root@pc1 test01]# cat test.py ## 程序 #!/usr/bin/env python # -*- coding: utf-8 -*- str1 = "GATATATGCATATACTT" ......