You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.0KB

5 yıl önce
5 yıl önce
5 yıl önce
4 yıl önce
5 yıl önce
4 yıl önce
5 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. > Author: Jun Shang
  2. >
  3. > Email: shangjunv@163.com
  4. >
  5. > Last Updates: 29/06/2020
  6. #### Requirements
  7. - choppy
  8. - Ali-Cloud
  9. ```
  10. $ source activate choppy/open-choppy-env
  11. $ choppy install junshang/rnaseq-engineering:tag
  12. $ choppy apps
  13. ```
  14. #### quick start
  15. ```
  16. $ choppy samples junshang/rnaseq-engineering:tag > samples.csv
  17. $ choppy batch junshang/rnaseq-engineering:tag samples.csv -p Your_project_name
  18. ```
  19. The samplec.csv looks like this:
  20. | sample_id | disk_size | read1 | read2 | pre_alignment_qc | qualimap_qc | trim_adapter |
  21. | --------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ----------- | ------------ |
  22. | FDU_D5 | 200 | oss://choppy-app-example-data/RNAseq/Downsampling_Quartet_RNAseqQC_12samples/Quartet_RNA_ILM_NovaSeq_RiboZero_FDU_D5_1_20190710_CleanData_R1_400k.gz | oss://choppy-app-example-data/RNAseq/Downsampling_Quartet_RNAseqQC_12samples/Quartet_RNA_ILM_NovaSeq_RiboZero_FDU_D5_1_20190710_CleanData_R2_400k.gz | false | true | true |
  23. - sample_id: 一般设置为文件输出前缀
  24. - read1: R1 fastq 文件所在路径
  25. - read2: R2 fastq 文件所在路径
  26. - disk_size: 磁盘空间,每一步中间文件大小做调整
  27. - pre_alignment_qc: 执行 fastqc 和 fastq screen 设置为 true,反之设置为 false
  28. - qualimap_qc: 执行 qualimap bamqc 设置为 true,反之设置为 false
  29. - trim_adapter: 使用 fastp 去 adapter 设置为 true,反之设置为 false
  30. #### 参考文献
  31. APP 主要来自于 Quartet RNA-seq 标准流程