Skip to content

Instantly share code, notes, and snippets.

View ylipacbio's full-sized avatar

Yuan Li ylipacbio

  • Pacific Biosciences
  • 1305 O'Brien Dr, Menlo Park
View GitHub Profile
@ylipacbio
ylipacbio / gist:84fb65345dd3fd3edc25d39d2e035b5e
Created January 8, 2020 22:31
Build tensorflow 2.1 C++ library on macbook, compile and run a toy C++ example
Building tensorflow C++ library is so not straightfoward in 2019 and early 2020.
Below is the bash script I used to
1) build tensorflow v2.1 C++ Library successfully on MacBook, as well as
2) Clang compiled a C++ toy example which links to libtensorflow, and
3) successfully ran compiled executable.
```
set -vex -o pipefail
@ylipacbio
ylipacbio / pbsv软件检测基因组结构变异教程.md
Last active November 13, 2020 11:38
使用PacBio pbsv软件检测基因组结构变异

使用PacBio pbsv软件检测基因组结构变异

1. 简介

这篇文章描述了如何使用pbsv软件从Pacbio测序数据中检测基因组结构变异(SV)。

  • 作者:Aaron Wenger, Yuan Li

2. 前置要求

2.1. 安装PacBio pbsv软件