BCL2FastQ包装

bcl2fq-local的Python项目详细描述


BCL2FQ本地

一个bcl2fastq和qc包装器

安装

pip install bcl2fq-local

git clone URL
cd bcl2fq-local
python setup.py install

用法

对于bcl2fastq

usage: bcl2fq-local [-h] [-i DirPath] [-o DirPath] [--sample-sheet File]
                    [--mismatch N] [--process N] [--io-process Num]
                    [--binpath File] [--dry-run] [--mask MASK]
                    [--mask-reads N] [--mask-index N] [-v]

A bcl2fastq wrapper

optional arguments:
  -h, --help           show this help message and exit
  -i DirPath           Sequence run dir
  -o DirPath           Output dir for fastq files
  --sample-sheet File  Using custom sample sheet file
  --mismatch N         Mismatch for barcode, default: 1
  --process N          Process number for demultiplexing and processing
  --io-process Num     Process number for reading and writing
  --binpath File       bcl2fastq binary file path
  --dry-run            Only print the cmd without running it
  --mask MASK          using self defined mask
  --mask-reads N       set reads mask base count, default is: 0,0
  --mask-index N       set index mask base count, default is: 0,0
  -v, --version        show version info

对于质量控制

usage: qc-local [-h] [-r RAW_DIR] [-c CLEAN_DIR] [-q QC_DIR] [-2 ADAPTER_DIR]
                [-t THREADS] [--paired-end] [-v]

A qc wrapper

optional arguments:
  -h, --help      show this help message and exit
  -r RAW_DIR      Raw reads dir input
  -c CLEAN_DIR    Dir to write output clean reads
  -q QC_DIR       Dir to write qc info file, default: <clean_dir>/QC
  -2 ADAPTER_DIR  Dir to write removed reads, default: <clean_dir>/002
  -t THREADS      Threads number for parallel, default:8
  --paired-end    Use qc for paired end reads
  -v, --version   Show version info

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
如何使用Netbeans在Java中创建可执行文件   swing Set不透明(真/假);JAVA   java JPA无法删除具有onotomany关系和cascatype all的实体   java Hibernate自参考映射难题   Java/从字符串到Java代码   java为什么我已经在取整了,却得到了一个无终止小数扩展?   java Wicket onsubmit信息对话框   java如何使用类、类加载器和URL获取资源   java在多模块项目中使用License Maven插件时出错   java HashSet“contains”方法是如何工作的?   图像JavaPNG显示为黑色   java如何在保持内容完整的同时在两个活动之间切换?   JAVA在Tomcat 7.0.27中,WAR无法为Prod正确解包   listview的java onclicklistener   JavaXPages托管Bean可以跨多个数据库工作吗?   java无法停止服务空对象引用错误Android   java将UTF8编码的字符串转换为人类可读的字符串   JavaSpring与JBossSAML的集成   java如何替换AuthorizationCodeInstalledApp类?