Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

6 роки тому
12345678910111213141516171819202122232425262728
  1. # Strelka2
  2. You don't need to tune the parameters of strelka. It bases on [trained models](<https://github.com/Illumina/strelka/blob/v2.9.x/docs/userGuide/trainingGermlineEmpiricalScore.md>), you may train new models to improve performance.
  3. Why?
  4. Two steps:
  5. 1. Generate the configuration
  6. ```bash
  7. ```
  8. 2. Run Strelka
  9. ```bash
  10. ```
  11. ##### Reference
  12. 1. Strelka User Guide <https://github.com/Illumina/strelka/blob/v2.9.x/docs/userGuide/README.md>
  13. 2.