Skip to content

Instantly share code, notes, and snippets.

@pichuan
pichuan / deepvariant-af-v1.5.0.md
Last active April 3, 2023 23:29
DeepVariant allele frequency models (WGS and WES) - trained with v1.5.0 codebase and training data.

DeepVariant allele frequency models (WGS and WES) - trained with v1.5.0 codebase and training data.

This gist is a follow up on https://gist.github.com/pichuan/7ad09bf1fa8f519facf6806eca835ea6 (which was trained with v1.4.0 codebase and training data)

I've trained a WGS and WES model on v1.5.0 codebase and training data, and added the additional allele frequency channel.

For more details about this work, see

@pichuan
pichuan / run-vg-giraffe.md
Last active October 30, 2023 21:03
Pi-Chuan's notes on running `vg giraffe`

Pi-Chuan's notes on running vg giraffe


This is an example from pichuan@ to run vg giraffe, so we can go from FASTQs --> BAM.

To test this, I got a machine using the command listed here: https://github.com/google/deepvariant/blob/r1.5/docs/deepvariant-details.md#command-for-a-cpu-only-machine-on-google-cloud-platform. I added more disks because 300G is not enough for the example below. I used --boot-disk-size "1000" for now.

(Note: the disk issue might be because I didn't run with --rm in docker.)

Your input FASTQ files

@pichuan
pichuan / deepvariant-af-v1.4.0.md
Last active April 3, 2023 15:05
DeepVariant allele frequency models (WGS and WES) - trained with v1.4.0 codebase and training data.

DeepVariant allele frequency models (WGS and WES) - trained with v1.4.0 codebase and training data.

This gist is a follow up on https://gist.github.com/pichuan/64d73bc965300645470eb29a66116593 (which was trained with v1.1.0 codebase and training data)

In v1.4.0, our WGS and WES models have a new default insert_size channel. Based on the requests from our users, I've trained a WGS and WES model on v1.4.0 codebase and training data, and added the additional allele frequency channel.

@pichuan
pichuan / force_calling_v1.1.0.md
Last active March 25, 2021 16:21
Tutorial: Force calling with DeepVariant v1.1.0