
生物信息perl脚本
tmjdone
这个作者很懒,什么都没留下…
展开
-
对整个文件夹进行codeml,同时执行几个进程
#!/usr/bin/perl -w# input: directory(contain files to be codeml)# numberofproceses(how many processes to produce)# tempDirectoryName(child processes will work under#原创 2009-10-05 17:33:00 · 691 阅读 · 0 评论 -
perl的一点没弄清楚的地方
my $a=1;for(my $j=0;$j print "$j/n";}for(my $j=1;$j print "$j/n";}00.050.10.150.20.250.30.350.40.450.50.550.60.650.70.750.80.850.90.9512345678910居然不能循环到1 ,很奇怪原创 2010-11-03 16:27:00 · 534 阅读 · 0 评论 -
多重序列比对查看
### plotNuc.pl --- #! /usr/bin/perl -w # # File: plotNuc.pl # Time-stamp: # $Id: $ # # Copyright (C) 2010 by tmjdone # # Author: tmjdone # # Description: # use strict; use Data::Dumper; use Getopt::Long; use Pod::Usage; use Bio::SeqIO;原创 2010-11-22 14:42:00 · 1601 阅读 · 0 评论