不定期更新。。。。。。。。。。

1,fetch_seq.py

https://github.com/freemao/AHRD/blob/master/fetch_seq.py

提取出你想要得染色体的某个部位的碱基。1-based

python fetch_seq.py -h 查看帮助

2,split_fa.py

https://github.com/freemao/AHRD/blob/master/split_fa.py

将一个大的fasta文件分割成小的。

python split_fa.py –h 来查看帮助

3, callbase-pysam.py

https://github.com/freemao/call-base-each-snp-site/blob/master/callbase-pysam.py

提供一个vcf文件,从bam文件中找到每个变异位点上的碱基统计信息。

python callbase-pysam.py –h 查看帮助

4,inter_vcf.py

https://github.com/freemao/call-base-each-snp-site/blob/master/inter_vcf.py

提供三个vcf来自不同的软件结果,生成新的三个vcf文件但只含有他们的共同位点

python inter_vcf.py –h 查看帮助

5, split_bam.py

https://github.com/freemao/call-base-each-snp-site/blob/master/split_bam.py

将一个bam文件按照SN信息分成若干小的bam文件。

python split_bam.py yourbamfile

6,split_vcf.py

https://github.com/freemao/call-base-each-snp-site/blob/master/split_vcf.py

将你的vcf文件按照序列名字分割或者按照每个文件含有多少个位点分割成小的vcf文件。

python split_vcf.py –h 查看帮助

7,call_snp_pipeline.py

https://github.com/freemao/call_snp_pipeline/blob/master/call_snp_pipeline.py

这是个大类,里面含有call snp前期处理的所有过程。前期处理就是将里面的过程根据不同需要进行组合

8,prepareSNP.py

https://github.com/freemao/call_snp_pipeline/blob/master/prepareSNP.py

对你现有的文件进行预处理,使之符合call snp软件的要求。对文件命名格式有一定的要求

python prepareSNP.py –h 查看帮助

9, SNPcallers.py

https://github.com/freemao/call_snp_pipeline/blob/master/SNPcallers.py

进行call  snp , 该脚本包含了freebayes, gatk, samtools工具。

python SNPcallers.py –h 查看帮助

10,vcfdiff.py

https://github.com/freemao/vcfdiff/blob/master/vcfdiff.py

统计所给的vcf文件中共有的snp, 各个基因型的交集情况

python vcfdiff.py file1 file2  或

python vcfdiff.py file1 file2 file3

11, vcf_filter.py

https://github.com/freemao/vcf_filter/blob/master/vcf_filter.py

对软件产生的raw vcf进行筛选,根据质量,深度。目前不是很完善,下回再需要filter时会进一步完善

python vcf_filter.py –h 查看帮助信息

12, vcf_statistic.py

https://github.com/freemao/vcf_statistic/blob/master/vcf_statistic.py

统计vcf文件中的genotype信息和variant type信息

python vcf_statistic.py –h 查看帮助

13,VCF_Parser.py

https://github.com/freemao/vcf_class/blob/master/VCF_Parser.py

含有GeneralVcf  FbVcf  GATKVcf  SBVcf 四个类

GeneralVcf  提供的方法有:chr pos Rbase Abase qual Genotype 六个方法

其他三个是针对不同的软件结果定制的方法,详细的信息请查看代码。

14,auto_ahrd.py

https://github.com/freemao/AHRD/blob/master/auto_ahrd.py

将你的蛋白质fasta序列放到/share/Public/cmiao/ahrd/run/proteins里面,然后运行这个脚本就可以了,ahrd结果会在/share/Public/cmiao/ahrd/run/results中。fasta文件太大的话要进行切割。

遇到bug, 请将bug发送到我的邮箱。

by freemao

FAFU

free_mao@qq.com

the grave of my scripts的更多相关文章

  1. SQLMap Tamper Scripts Update 04/July/2016

    SQLMap Tamper Scripts Update apostrophemask.py Replaces apostrophe character with its UTF-8 full wid ...

  2. CS0103: The name ‘Scripts’ does not exist in the current context解决方法

    转至:http://blchen.com/cs0103-the-name-scripts-does-not-exist-in-the-current-context-solution/ 更新:这个bu ...

  3. npm Scripts使用教程【译】

    Why npm Scripts? 原文发表于 2016.2.12,原文地址: https://css-tricks.com/why-npm-scripts/ 以下是访客Damon Bauer发布的一篇 ...

  4. Security Configuration and Auditing Scripts for Oracle E-Business Suite (文档 ID 2069190.1)

    This document provides the security configuration and auditing scripts for Oracle E-Business Suite. ...

  5. Nancy Scripts,CSS文件夹配置

    public class Bootstrapper : DefaultNancyBootstrapper { protected override void ConfigureConventions( ...

  6. phpMyadmin /scripts/setup.php Execute Arbitrary PHP Code Via unserialize Vul Object Injection PMASA-2010-4

    目录 . 漏洞描述 . 漏洞触发条件 . 漏洞影响范围 . 漏洞代码分析 . 防御方法 . 攻防思考 1. 漏洞描述 对这个漏洞简单的概括如下 . "/scripts/setup.php&q ...

  7. phpMyadmin /scripts/setup.php Execute Arbitrary PHP Code Via A Crafted POST Request CVE-2010-3055

    目录 . 漏洞描述 . 漏洞触发条件 . 漏洞影响范围 . 漏洞代码分析 . 防御方法 . 攻防思考 1. 漏洞描述 The configuration setup script (aka scrip ...

  8. ASP.NET MVC 4 RC的JS/CSS打包压缩功能 Scripts.Render和Styles.Render

    打包(Bundling)及压缩(Minification)指的是将多个js文件或css文件打包成单一文件并压缩的做法,如此可减少浏览器需下载多个文件案才能完成网页显示的延迟感,同时通过移除JS/CSS ...

  9. mvc中Scripts.Render、Styles.Render

    一.配置BundleConfig.cs文件 1.首先要在App_Start 里面BundleConfig.cs 文件里面 添加要包含的css文件 2.BundleConfig就是一个微软新加的 一个打 ...

随机推荐

  1. Hadoop集群中添加硬盘

    Hadoop工作节点扩展硬盘空间 接到老板任务,Hadoop集群中硬盘空间不够用,要求加一台机器到Hadoop集群,并且每台机器在原有基础上加一块2T硬盘,老板给力啊,哈哈. 这些我把完成这项任务的步 ...

  2. mark 一下

    Android资源管理框架(Asset Manager)简要介绍和学习计划 http://www.cnblogs.com/hjtdlx/p/4332060.html

  3. UVALive 5905 Pool Construction 最小割,s-t割性质 难度:3

    https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_probl ...

  4. C# DES加密

    需要引用名称空间 using System; using System.Text; using System.Security.Cryptography; using System.IO; 具体代码: ...

  5. $modal

    $scope.open = function (size,data) {var modalInstance = $modal.open({ templateUrl: 'myModalContent.h ...

  6. C++-dynamic_cast的用处

    主要用来在没有实现文件,只有头文件的情况下,添加派生类的功能,如下例给programmer加奖金. 注意:dynamic_cast不能用于没有virtual函数的类 ///////////////// ...

  7. vim配置及插件安装管理(超级详细)

    1 写在前面   Linux下编程一直被诟病的一点是: 没有一个好用的IDE, 但是听说Linux牛人, 黑客之类的也都不用IDE. 但是对我等从Windows平台转移过来的Coder来说, 一个好用 ...

  8. 单位服务器发布tomcat的项目外网访问

    首先 要有 外网IP  路由器做设置  开放端口(netstat -nao) 首先你要确定你有一个外网ip地址.如果你分配到的是一个局域网IP地址需要经过一系列的转换为外网ip地址 跟部署tomcat ...

  9. “更高效率:标准化+简约风+移动化”--K2 BPM老客户交流会

    主题:工作流主数据标准化和移动工作流带来的企业沟通建设机会 嘉宾:李瑞延(盛大网络IT总监) 公司管理需要更好的工作流 -为决策提供依据 通过对各级业务公司各类流程数据的获取与分析,为管理决策提供必要 ...

  10. error: unknown field 'ioctl' specified in initializer

    error message: 原因: 从2.6.36开始,file_operations结构发生了重大变化 具体看  xx../include/linux/fs.h定义: 取消了原先的 int (*i ...