We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4072e6d commit a77c636Copy full SHA for a77c636
setup_references_hg38.sh
@@ -40,7 +40,7 @@ function tx_annotation_setup {
40
41
function trans_fasta_setup {
42
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
+ wget --no-check-certificate https://ccb.jhu.edu/software/stringtie/dl/gffread-0.11.6.Linux_x86_64.tar.gz
44
tar -xvzf gffread-0.11.6.Linux_x86_64.tar.gz && rm gffread-0.11.6.Linux_x86_64.tar.gz
45
gffread-0.11.6.Linux_x86_64/gffread chess3.0.gtf -g hg38.fa -w $file
46
if [ -s $file ]; then
0 commit comments