Вы не можете выбрать более 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.