UCSC Genome Browser
Basics
UCSC Genome Browser Basics. Part 1: Getting around in the Browser
Not going to be covered in depth but still a good reference
- UCSC Genome Browser Basics, Part 2: Configuring the Browser
- UCSC Genome Browser Basics. Part 3: Configuration + DNA navigation
Track Hubs
Hub Connect
Hub Connect Link Example Hub repo
WIP: Creating a Track Hub
We're going to connect to our own track hub as a GitHub repo using the nf-core chipseq full test results.
Steps to Reproduce
- Download the Test data
- Move it to a new directory
~/Downloads/*.bigWig ~/chip-seq-data-hub
- Initialize the git repo
git init
- Setup git lfs
- Track the bigWig files
git lfs track "*.bigWig"
- Commit the changes
git add .
and commit - Push the changes up.
- Create a file name
hub.txt
hub.txt