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 1.0KB

3 vuotta sitten
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. README.md
  2. Author: Qingwang Chen; Chenglin Liu
  3. Email: qwch20@fudan.edu.cn
  4. Last Updates: 17/01/2022
  5. Brief Introduction
  6. For RNA-seq data, from bams to AS Information files.
  7. Requirements
  8. choppy
  9. Ali-Cloud
  10. Linux
  11. # 激活choppy环境
  12. $ source activate choppy (open-choppy-env)
  13. # 第一次安装
  14. $ choppy install chenqingwang/fastp_suppa2
  15. # 非第一次安装
  16. $ choppy install chenqingwang/fastp_suppa2 -f
  17. # 查询已安装APP
  18. $ choppy apps
  19. Quick Start
  20. # 准备 samples.csv 文件
  21. $ choppy samples chenqingwang/fastp_suppa2-latest > samples.csv
  22. # 准备无默认参数的samples.csv 文件
  23. choppy samples --no-default chenqingwang/fastp_suppa2-latest > samples.csv
  24. # 提交任务
  25. $ choppy batch chenqingwang/fastp_suppa2-latest samples.csv -p Your_project_name -l Your_label
  26. # 查询任务运行状况
  27. $ choppy query -L Your_label | grep "status"
  28. # 查询失败任务
  29. $ choppy search -s Failed -p Your_project_name -u chenqingwang --short-format
  30. # 结果文件地址
  31. $ oss://choppy-cromwell-result/test-choppy/Your_project_name/