Skip to content

Commit

Permalink
Update gffread download URL to https
Browse files Browse the repository at this point in the history
Plain http URL was causing `ERROR 308: Permanent Redirect`
  • Loading branch information
mcmero committed Jul 1, 2024
1 parent 4072e6d commit a77c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_references_hg38.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function tx_annotation_setup {

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

0 comments on commit a77c636

Please sign in to comment.