Skip to content

Commit a77c636

Browse files
committed
Update gffread download URL to https
Plain http URL was causing `ERROR 308: Permanent Redirect`
1 parent 4072e6d commit a77c636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_references_hg38.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function tx_annotation_setup {
4040

4141
function trans_fasta_setup {
4242
file=chess3.0.fa
43-
wget --no-check-certificate http://ccb.jhu.edu/software/stringtie/dl/gffread-0.11.6.Linux_x86_64.tar.gz
43+
wget --no-check-certificate https://ccb.jhu.edu/software/stringtie/dl/gffread-0.11.6.Linux_x86_64.tar.gz
4444
tar -xvzf gffread-0.11.6.Linux_x86_64.tar.gz && rm gffread-0.11.6.Linux_x86_64.tar.gz
4545
gffread-0.11.6.Linux_x86_64/gffread chess3.0.gtf -g hg38.fa -w $file
4646
if [ -s $file ]; then

0 commit comments

Comments
 (0)