Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 658B

il y a 3 ans
123456789101112131415161718192021222324252627
  1. ### ecDNA Structure Reconstruction
  2. This APP developed for ecDNA structure construction
  3. **Accepted data**
  4. * sorted deduped bam file and corresponding bam index file
  5. ### Getting Started
  6. ```
  7. # Activate the choppy environment
  8. $ open-choppy-env
  9. # Install the APP
  10. $ choppy install YaqingLiu/variant-calling [-f]
  11. # List the parameters
  12. $ choppy samples YaqingLiu/variant-calling-latest [--no-default]
  13. # Submit you task with the `samples.csv file` and `project name`
  14. $ choppy batch YaqingLiu/variant-calling-latest samples.csv -p Project [-l project:Label]
  15. # Query the status of all tasks in the project
  16. $ choppy query -L project:Label | grep "status"
  17. ```