Skip to content

UCSC Genome Tools

Download

UCSC Downloads

Download_UCSC_Genome_Tools.sh
1
2
3
4
5
#!/bin/bash

# UCSC Genome Tools (1)
cd 
rsync -aP rsync://hgdownload.soe.ucsc.edu/genome/admin/exe/linux.x86_64/ ./ucsc_tools
1. https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/

Export to $PATH

# Change the path to your local installation
echo 'export PATH="/path/to/ucsc_tools:$PATH"' >> ~/.bashrc
source ~/.bashrc