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

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. NoSQL的三大基石(CAP、BASE和最终一致性)

    CAP,BASE和最终一致性是NoSQL数据库存在的三大基石.而五分钟法则是内存数据存储了理论依据.这个是一切的源头. CAP C: Consistency 一致性 A: Availability 可 ...

  2. hdu 4614 Vases and Flowers

    http://acm.hdu.edu.cn/showproblem.php?pid=4614 直接线段树维护 代码: #include<iostream> #include<cstd ...

  3. 【模拟题(电子科大MaxKU)】解题报告【树形问题】【矩阵乘法】【快速幂】【数论】

    目录: 1:一道简单题[树形问题](Bzoj 1827 奶牛大集会) 2:一道更简单题[矩阵乘法][快速幂] 3:最简单题[技巧] 话说这些题目的名字也是够了.... 题目: 1.一道简单题 时间1s ...

  4. SpinEdit

    用code给value赋值会触发 change事件

  5. 关于Tcp,为什么一定要进行三次握手呢?

    主要是防止已经失效的请求报文段突然又传送到了服务端而产生的连接的误判. 考虑如下的情况:客户端发送了一个连接请求报文段到服务端,但是在某些网络节点上长时间滞留了,而后客户端又超时重发了一个连接请求报文 ...

  6. android 判断网络是否连接

    package com.liucanwen.baidulocation.util; import android.app.Activity; import android.content.Contex ...

  7. idea使用generator自动生成model、mapper、mapper.xml(转)

    原文链接:http://www.mamicode.com/info-detail-445217.html TEP 0.在Intellij IDEA创建maven项目(本过程比较简单,略) STEP 1 ...

  8. 防止忘记初始化NSMutableArray的方法

    在写项目的过程中,经常会遇到一些郁闷的事,往一个可变数组中添加一个模型数据时,经常会发现程序运行很正常,可是可变数组中就是没有任何数据,久病成医,我发现自己总是放一个错,就是NSMutableArra ...

  9. SharePoint 2013 Nintex Workflow 工作流帮助(十一)

    博客地址 http://blog.csdn.net/foxdave 工作流动作 27. Create item in another site(Libraries and lists分组) 该操作用于 ...

  10. Mac下SVN服务器环境的搭建和配置(除展示图片外,所有命令在Linux/Unix下适用)

    这几天领导没有安排工作,闲着没事就想把自己这两年做iOS开发时感觉知识有欠缺的地方想好好深入地补习一下,昨天和今天就计划好好学习下SVN和git的从创建和到原理,到命令,到界面的使用.一不小心被另一领 ...