選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
YaqingLiu f1dcb168c2 add realigner and bqsr 4年前
pictures add realigner and bqsr 4年前
tasks add realigner and bqsr 4年前
.DS_Store add realigner and bqsr 4年前
README.md add realigner and bqsr 4年前
defaults add realigner and bqsr 4年前
inputs add realigner and bqsr 4年前
workflow.wdl add realigner and bqsr 4年前

README.md

README.md

Author: Yaqing Liu

Email: yaqing.liu@outlook.com

Last Updates: 23/04/2021

Requirements

  • choppy
  • Ali-Cloud
  • Linux

Introduction

This APP is used to

  • convert a FASTQ file to an aligned BAM file.
  • QC the data at the level of FASTQ and BAM, based on FastQC, FastQ Screen and Qualimap.

Please carefully check the reference genome, bed file, etc.

Usage

open-choppy-env

choppy install YaqingLiu/cbcga-wes-qc-latest

choppy samples YaqingLiu/cbcga-wes-qc-latest --no-default
# sample_id,fastq_1,fastq_2

choppy batch YaqingLiu/cbcga-wes-qc-latest samples.csv -p Project -l Label

# Query the status of all tasks in the project
choppy query -L Label | grep "status"