月归档:2019年07月

Perl 矩阵排序(根据TCGA的样品信息)

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

发表在 Perl, TCGA | 4条评论

TCGA转录本数据合并

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

发表在 Perl, TCGA | 5条评论

perl 文件夹及文件操作

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

发表在 Perl | 留下评论

Python 参数传递

#!-*-coding:utf8 -*- #要在首行才可以在后面用中文注释 im … 继续阅读

发表在 Python | 留下评论

Shell 参数传递

#!/bin/bash helpdoc(){ cat << EOF … 继续阅读

发表在 Linux | 留下评论

Perl 传递参数写法

1 类似着这样的写法 #!/usr/bin/perl -w use strict … 继续阅读

发表在 Perl | 留下评论