四条
四条

性别: 注册于 2020-03-20

向TA求助
10金币数
50 经验值
0个粉丝
主页被访问 816 次

1 个回答

0 赞同

perl求助,基因ID的对应替换perl脚本怎么写

#!/usr/bin/perl# Filename: repalce.pl# Description:replace the file ID.# Author:xueqc_# Vision: 1.12# Date: 2020.03.21# Usage:perl repalce.pl list.file fa.file out.fileuse warnings;use strict;my @Gene_Alisa_ID;my $i="";open LIST,"<$ARGV[0]" or die("Can not open the file!$!");while(<LIST>)...

回答于 2020-03-21 13:16