5 lines
234 B
Bash
5 lines
234 B
Bash
#!/bin/sh
|
|
|
|
#Download the data. We should we move the data out of Figshare?
|
|
wget -O JAFFA_REFERENCE_FILES_HG38_GENCODE22.V2.tar.gz https://figshare.com/ndownloader/files/25410494
|
|
tar -zxvf JAFFA_REFERENCE_FILES_HG38_GENCODE22.V2.tar.gz |