您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
LUYAO REN 8f2d08afd9 readme 5 年前
pictures first commit 5 年前
tasks first commit 5 年前
README.md readme 5 年前
fastq_screen.conf first commit 5 年前
inputSamplesFileExamples.tsv readme 5 年前
inputs inputs 5 年前
workflow.wdl inputs 5 年前

README.md

原始数据和比对数据的质量控制

Author:Ren Luyao

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

Email: 18110700050@fudan.edu.cn

Date: 2020/02/09

APP概述

本APP包含了原始数据质量控制软件FastQC和FastqScreen和比对质量控制软件Qualimap,以及对多样本数据结果整合的multiqc。

APP输入

本APP只有一个输入即inputSamplesFile,包含了需要计算样本的fastq read1与read2,bam和bam的index。

这个文件是一个txt,tab分隔,第一列是read1的阿里云地址,第二列是read2阿里云地址,第三列是bam,第四列是bam index。每一行是一个样本。可查看模版inputSamplesFileExamples.tsv。

#read1	#read2	#bam	#bai

APP输出结果

所有的结果都会整合进multiqc。

如果需要各模块详细的结果,可下载对应结果。