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就是一个微软新加的 一个打 ...
随机推荐
- SQL 调试:无法启动 T-SQL 调试。未能附加到 SQL Server 进程
将 Windows 登录帐户添加为 sysadmin 已经具有 sysadmin 特权的用户必须执行以下命令: sp_addsrvrolemember 'Domain\Name', 'sysadmin ...
- 读取raw文件的方法。
Android开发者有些文件比如音频,视频,.html,.mp3等等这些文件不希望编译器编译而保持原始原貌打包进apk文件(这在游戏开发中很常见和普遍,如游戏用到的游戏音乐.图等资源),那么可以使用A ...
- MongoDB Aggregate Methods(2) MonoDB 的 3 种聚合函数
aggregate(pipeline,options) 指定 group 的 keys, 通过操作符 $push/$addToSet/$sum 等实现简单的 reduce, 不支持函数/自定义变量 g ...
- Android 应用按两下返回键退出应用程序
在android应用开发中,有时候应用会用到按两下返回键退出应用的功能,今天介绍一下这个功能,直接上代码: @Override public boolean dispatchKeyEvent(KeyE ...
- 微软发布Windows Phone 8.1 Update 和中文版Cortana“小娜”
Windows Phone 8.1 尚在推送进程中,它的第一个 GDR 更新就发布了.今天微软正式发布 Windows Phone 8.1 Update 和中文版 Cortana ——“小娜”. Wi ...
- swift语言之多线程操作和操作队列(下)———坚持51天吃掉大象(写技术文章)
欢迎有兴趣的朋友,参与我的美女同事发起的活动<51天吃掉大象>,该美女真的很疯狂,希望和大家一起坚持51天做一件事情,我加入这个队伍,希望坚持51天每天写一篇技术文章.关注她的微信公众号: ...
- Screen对象
document.write("Screen-width:"+screen.width+"Screen-height:"+screen.height);docu ...
- LNK1104:无法打开文件'mfc90.lib“
检查Project->Properties->Configuration Properties->C/C++->Code Generation->Runtime Libr ...
- [ASP.net教程]ASP.NET保存信息总结(Application、Session、Cookie、ViewState和Cache等)
以下是关于ASP.NET中保存各种信息的对象的比较,理解这些对象的原理,对制作完善的程序来说是相当有必要的(摘至互联网,并非原创--xukunping)在ASP.NET中,有很多种保存信息的对象.例如 ...
- 使用isEqual来比较对象
比较对象 您可以使用 isEqual: 方法比较两个对象.让接收消息的对象与传入的对象进行比较:如果相同,该方法返回 YES.例如: BOOL objectsAreEqual = [obj1 isEq ...