the grave of my scripts
不定期更新。。。。。。。。。。
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
the grave of my scripts的更多相关文章
- SQLMap Tamper Scripts Update 04/July/2016
SQLMap Tamper Scripts Update apostrophemask.py Replaces apostrophe character with its UTF-8 full wid ...
- 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 ...
- npm Scripts使用教程【译】
Why npm Scripts? 原文发表于 2016.2.12,原文地址: https://css-tricks.com/why-npm-scripts/ 以下是访客Damon Bauer发布的一篇 ...
- 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. ...
- Nancy Scripts,CSS文件夹配置
public class Bootstrapper : DefaultNancyBootstrapper { protected override void ConfigureConventions( ...
- phpMyadmin /scripts/setup.php Execute Arbitrary PHP Code Via unserialize Vul Object Injection PMASA-2010-4
目录 . 漏洞描述 . 漏洞触发条件 . 漏洞影响范围 . 漏洞代码分析 . 防御方法 . 攻防思考 1. 漏洞描述 对这个漏洞简单的概括如下 . "/scripts/setup.php&q ...
- phpMyadmin /scripts/setup.php Execute Arbitrary PHP Code Via A Crafted POST Request CVE-2010-3055
目录 . 漏洞描述 . 漏洞触发条件 . 漏洞影响范围 . 漏洞代码分析 . 防御方法 . 攻防思考 1. 漏洞描述 The configuration setup script (aka scrip ...
- ASP.NET MVC 4 RC的JS/CSS打包压缩功能 Scripts.Render和Styles.Render
打包(Bundling)及压缩(Minification)指的是将多个js文件或css文件打包成单一文件并压缩的做法,如此可减少浏览器需下载多个文件案才能完成网页显示的延迟感,同时通过移除JS/CSS ...
- mvc中Scripts.Render、Styles.Render
一.配置BundleConfig.cs文件 1.首先要在App_Start 里面BundleConfig.cs 文件里面 添加要包含的css文件 2.BundleConfig就是一个微软新加的 一个打 ...
随机推荐
- freemarker小例子
1.在D盘下创建一个目录D:\\freemarker 2.在以上目录中放入一个模板文件test.ftl,内容如下: 第一个测试程序:${abc} 3.java代码如下(需要导入freemark ...
- 解决一个报表EdmFunction报错问题
最近测试组提了一个bug,说是某个报表点击查询报错,查看错误log,错误信息如下. 类型"Ticket.Data.SqlFuns"上指定的方法"Boolean C ...
- Junit4的简单使用
junit4的简单使用 测试套件的使用 测试类1 package com.westward; import static org.junit.Assert.*; import org.junit.Te ...
- android自定义控件实例(Linearlayout组合TextView和ImageView)
2013-12-18 11:25:22 转载自: http://www.open-open.com/lib/view/open1328836804515.html 很多时候android常用的控件不能 ...
- HighAvailability和LoadBalancer
HighAvailability LoadBalancer 红帽RHCS lvs(三种工作 ...
- vs2012 .netFramwork2.0发布到xp
开发环境 windows server2008R2 VS2012 .net Framwork2.0 开发的winform程序 在有的xp系统下不能运行 选择 项目属性=>编译 Build=&g ...
- mysql 创建存储过程注意
最近在利用navicat创建存储过程时,总是报1064语法错误,而且每次都是指向第一行,百思不得姐,如下图: 后来发现,原来是输入参数没有定义长度导致,所以以后真要注意 加上入参长度即可:IN `sT ...
- 加载JS
- 调用未绑定的父类方法和使用supper 函数 之间的选择.
class New_int(int): # 定义一个新的类 继承 int 类 def __add__(self,other): # 重写 + 运算符 # __add__ 就是 int 中 + 的行为 ...
- Python ~~~ 面向对象的利器
class Rectangle(): # 有没有括号都行 . def __init__(self,x,y): self.x=x self.y=y def getPeri(self): def getA ...