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.

4 vuotta sitten
4 vuotta sitten
3 vuotta sitten
4 vuotta sitten
3 vuotta sitten
4 vuotta sitten
3 vuotta sitten
3 vuotta sitten
3 vuotta sitten
3 vuotta sitten
4 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. > Author: Jun Shang
  2. > Email: shangjunv@163.com
  3. > Last Updates: 10/05/2022
  4. #### Requirements
  5. - choppy
  6. - Ali-Cloud
  7. ```
  8. # Activate choppy environment
  9. $ open-choppy-env
  10. # Install app
  11. $ choppy install junshang/catreads
  12. # Create input file `samples.json`
  13. touch samples.json
  14. ```
  15. #### quick start
  16. ```
  17. $ choppy batch junshang/catreads-latest sample.json -p Your_project_name
  18. ```
  19. #### Input File
  20. Input file `samples.json` should be in the form of json.
  21. For example:
  22. ```json
  23. {
  24. "fqs": [
  25. "oss://choppy-app-example-data/RNAseq/fastq_1m_reads/tumor_1M_1_R1.fq.gz",
  26. "oss://choppy-app-example-data/RNAseq/test_fq/test_R1.fq.gz"
  27. ],
  28. "sample_name": "test_1.fq.gz",
  29. "sample_id": "test_1",
  30. "disk_size": 200
  31. }
  32. ```