安徽屯溪,哈尔滨的雪地,扬州的瘦西湖,想必知道我是谁了吧!!对,小金思密达
发布时间:2015-04-21 08:16:00
#!/usr/bin/perl -w use strict;#use Perl::Tidy;#use Getopt::Long;my ($head,%h,$key,$len,@len_arr,$total,$num,$sub_count,$first);print "input your sequence file name,then press Enter!\n";$first=<STDIN>;open IN,"<$first";while (<IN>){ chomp; if(/^>/){ $head=$_;}else{$h{$head}.=$_}}# .........【阅读全文】
发布时间:2015-04-10 13:34:04
#####################安装 using the mysql yum repository #########yum list | grep mysql rpm -qa|grep mysql 检查是否安装过yum install libaio### 这个下载时需要注册一下 Goto “Download MySQL Yum Repository” to download the release package forLinux 7 “mysql-community-.........【阅读全文】
发布时间:2015-04-01 11:01:42
########################## bioperlinstall ##############################win7 bioperl安装用cpan安装1)通过PPM安装MinGW(环境需要),输入cmd进入DOS界面,ppm installMinGW(ppm install MinGW64默认32位),事先需要安装activeperl或者strabberyperl。注意:需要考.........【阅读全文】