分类目录归档:Perl

自动IP禁止访问

由于最近服务器经常受到黑客攻击,于是写了此程序,用于禁用某些ip访问 #!/us … 继续阅读

发表在 Linux, Perl | 留下评论

Vina 的虚拟筛选

git clone https://github.com/daizao/Do_v … 继续阅读

发表在 Perl, Quantum Chemical Calculation | 留下评论

Perl 二维数组排序和过滤(a practise-sort and filter array according to clinical information)

#!/usr/bin/perl -w use strict; use warni … 继续阅读

发表在 Perl | 留下评论

TCGA_ATAC-seq 比对文件整理 (Adjusting alignment file of ATAC-seq in TCGA)

#!/usr/bin/perl -w use strict; use warni … 继续阅读

发表在 Perl, TCGA | 留下评论

use wget when prefetch disabled (prefetch无法下载时,使用wget下载)

less -SN nohup.out | tail -n 40 | grep h … 继续阅读

发表在 Linux, NGS_analysis, Perl | 留下评论

Deal with documents by Perl

#!/usr/bin/perl -w use strict; use warni … 继续阅读

发表在 Perl | 留下评论