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 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. ```
  12. ### 激活choppy环境
  13. $ source activate choppy (open-choppy-env)
  14. ### 第一次安装
  15. $ choppy install chenqingwang/fastp_suppa2
  16. ### 非第一次安装
  17. $ choppy install chenqingwang/fastp_suppa2 -f
  18. # 查询已安装APP
  19. $ choppy apps
  20. Quick Start
  21. # 准备 samples.csv 文件
  22. $ choppy samples chenqingwang/fastp_suppa2-latest > samples.csv
  23. # 准备无默认参数的samples.csv 文件
  24. choppy samples --no-default chenqingwang/fastp_suppa2-latest > samples.csv
  25. # 提交任务
  26. $ choppy batch chenqingwang/fastp_suppa2-latest samples.csv -p Your_project_name -l Your_label
  27. # 查询任务运行状况
  28. $ choppy query -L Your_label | grep "status"
  29. # 查询失败任务
  30. $ choppy search -s Failed -p Your_project_name -u chenqingwang --short-format
  31. # 结果文件地址
  32. $ oss://choppy-cromwell-result/test-choppy/Your_project_name/
  33. ```