No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
LUYAO REN e107c16722 inputs hace 4 años
tasks single input hace 4 años
README.md readme hace 4 años
inputs inputs hace 4 años
workflow.wdl single input hace 4 años

README.md

Extract BAM for IGV

Author: Ren Luyao

E-mail:18110700050@fudan.edu.cn

Git: http://choppy.3steps.cn/renluyao/IGV_get_bam.git

Last Updates: 2020/0705

安装指南

# 激活choppy环境
source activate choppy
# 安装app
choppy install renluyao/IGV_get_bam

App概述

为了IGV验证突变,截取其中一段bam文件

流程与参数

samtools view -b ${bam} "${region}" > ${region}.${sample}.bam
samtools index ${region}.${sample}.bam

samples文件中的region格式如下:

#chromo:start-end
chr6:73900000-73920000

App输出文件

输出结果为截取的bam文件和相应的bam索引文件