Skip to content

Commit

Permalink
Remove sites table from repository, add explicit download and unpacking
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jul 17, 2017
1 parent d17a2fa commit 4bbe14c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 385,195 deletions.
10 changes: 10 additions & 0 deletions website/data/download.sh
Expand Up @@ -46,6 +46,16 @@ rm hsapiens.TF.NAME.gmt

# All below are dropbox-dependent ===

wget https://www.dropbox.com/s/6s6mni9x40gphta/PTM_site_table.rsav
R --no-save <<-SCRIPT
load('PTM_site_table.rsav')
write.table(
site_table, file='site_table.tsv',
row.names=F, quote=F, sep='\t'
)
SCRIPT
rm PTM_site_table.rsav

wget https://www.dropbox.com/s/wdxnyvf7lkbihnp/biomart_protein_domains_20072016.txt
wget https://www.dropbox.com/s/pjf7nheutez3w6r/curated_kinase_IDs.txt

Expand Down

0 comments on commit 4bbe14c

Please sign in to comment.