27a61987f2692b2fad37a9faada47b927f568e1e hiram Fri May 24 10:11:44 2024 -0700 correct ftp to https for references to ftp.ncbi.nih.gov no redmine diff --git src/hg/utils/automation/asmHubNcbiGene.pl src/hg/utils/automation/asmHubNcbiGene.pl index 5eeb224..deb55c4 100755 --- src/hg/utils/automation/asmHubNcbiGene.pl +++ src/hg/utils/automation/asmHubNcbiGene.pl @@ -60,45 +60,45 @@ my $assemblyDate = `grep -v "^#" $namesFile | cut -f9`; chomp $assemblyDate; my $ncbiAssemblyId = `grep -v "^#" $namesFile | cut -f10`; chomp $ncbiAssemblyId; my $organism = `grep -v "^#" $namesFile | cut -f5`; chomp $organism; if ( "${asmType}" eq "refseq" ) { print <<_EOF_

Description

The NCBI Gene track for the $assemblyDate $em${organism}$noEm/$ncbiAsmId genome assembly is constructed from the gff file ${ncbiAsmId}_genomic.gff.gz supplied with the genome assembly at the FTP location:
-ftp://ftp.ncbi.nlm.nih.gov/genomes/all/$ftpDirPath/ +https://ftp.ncbi.nlm.nih.gov/genomes/all/$ftpDirPath/

_EOF_ ; } else { print <<_EOF_

Description

The Gene model track for the $assemblyDate $em${organism}$noEm/$ncbiAsmId genome assembly is constructed from the gff file ${ncbiAsmId}_genomic.gff.gz supplied with the genome assembly at the FTP location:
-ftp://ftp.ncbi.nlm.nih.gov/genomes/all/$ftpDirPath/ +https://ftp.ncbi.nlm.nih.gov/genomes/all/$ftpDirPath/

The gene models were constructed by the submitter of the assembly to the NCBI assembly release system.

_EOF_ ; } print <<_EOF_

Track statistics summary

Total genome size: $totalBases
Gene count: $itemCount