Skip to content

Commit

Permalink
training code added
Browse files Browse the repository at this point in the history
  • Loading branch information
umahsn committed May 10, 2023
1 parent d31ceb4 commit 4f92bb3
Show file tree
Hide file tree
Showing 8 changed files with 2,194 additions and 0 deletions.
5 changes: 5 additions & 0 deletions misc/training/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Use generate_SNP_pileups.py to generate training features for SNP calling, and then run model_run.py to training a model.
Use generate_indel_pileups.py or generate_indel_pileups_hifi.py (for PacBio HiFi) to generate training features for indel calling, and then run model_run_indels.py to training a model.

You can print help for each script using `--help`, e.g. `python generate_SNP_pileups.py --help`
This code uses tensorflow 1.13 for training a model.
480 changes: 480 additions & 0 deletions misc/training/generate_SNP_pileups.py

Large diffs are not rendered by default.

Loading

0 comments on commit 4f92bb3

Please sign in to comment.