from fastq to bam files
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 1.2KB

3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # RNA Sequencing Alignment Pipeline
  2. > Author: Li Zhihuil; Qingwang Chen
  3. >
  4. > E-mail:qwchen20@fudan.edu.cn
  5. >
  6. > Git: http://choppy.3steps.cn/renluyao/RNAseq_germline_datapotal.git
  7. >
  8. > Last Updates: 2020/12/02
  9. # Brief Introduction
  10. For RNA-seq data, from bams to AS Information files.
  11. # Requirements
  12. choppy
  13. Ali-Cloud
  14. Linux
  15. # 激活choppy环境
  16. ```
  17. $ source activate choppy (open-choppy-env)
  18. # 第一次安装
  19. ```
  20. $ choppy install chenqingwang/RNAseq-alignment
  21. # 非第一次安装
  22. ```
  23. $ choppy install chenqingwang/RNAseq-alignment -f
  24. # 查询已安装APP
  25. ```
  26. $ choppy apps
  27. # Quick Start
  28. ```
  29. # 准备 samples.csv 文件
  30. $ choppy samples chenqingwang/RNAseq-alignment-latest > samples.csv
  31. # 准备无默认参数的samples.csv 文件
  32. choppy samples --no-default chenqingwang/RNAseq-alignment-latest > samples.csv
  33. # 提交任务
  34. $ choppy batch chenqingwang/RNAseq-alignment-latest samples.csv -p Your_project_name -l Your_label
  35. # 查询任务运行状况
  36. $ choppy query -L Your_label | grep "status"
  37. # 查询失败任务
  38. $ choppy search -s Failed -p Your_project_name -u chenqingwang --short-format
  39. # 结果文件地址
  40. $ oss://choppy-cromwell-result/test-choppy/Your_project_name/