Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

3 lat temu
12345678910111213141516171819202122
  1. ### NGSCheckMate - vaf_ncm
  2. ### Getting Started
  3. We recommend using choppy system and Aliyun OSS service. The command will look like this:
  4. ```
  5. # Activate the choppy environment
  6. $ open-choppy-env
  7. # Install the APP
  8. $ choppy install YaqingLiu/vaf_ncm-latest [-f]
  9. # List the parameters
  10. $ choppy samples YaqingLiu/vaf_ncm-latest [--no-default]
  11. # Submit you task with the `samples.json file` and `project name`
  12. $ choppy batch YaqingLiu/vaf_ncm-latest samples.json -p Project [-l project:Label]
  13. # Query the status of all tasks in the project
  14. $ choppy query -L project:Label | grep "status"
  15. ```