Hello!
|
"""wget https://ftp.ensembl.org/pub/release-{params.release}/regulation/homo_sapiens/homo_sapiens.GRCh38.Regulatory_Build.regulatory_features.20220201.gff.gz --no-check-certificate -O {output} 2> {log}""" |
The number between regulatory_features and .gff.gz in the url varies between releases. Attempting to wget https://ftp.ensembl.org/pub/release-{params.release}/regulation/homo_sapiens/homo_sapiens.GRCh38.Regulatory_Build.regulatory_features.20220201.gff.gz if the release version is set to 110 on the config file will cause this to fail, since the proper url for release 110 would be https://ftp.ensembl.org/pub/release-110/regulation/homo_sapiens/homo_sapiens.GRCh38.Regulatory_Build.regulatory_features.20221007.gff.gz
Hello!
cyrcular-calling/workflow/rules/ref.smk
Line 74 in ccd556a
The number between
regulatory_featuresand.gff.gzin the url varies between releases. Attempting towget https://ftp.ensembl.org/pub/release-{params.release}/regulation/homo_sapiens/homo_sapiens.GRCh38.Regulatory_Build.regulatory_features.20220201.gff.gzif the release version is set to110on the config file will cause this to fail, since the proper url for release 110 would behttps://ftp.ensembl.org/pub/release-110/regulation/homo_sapiens/homo_sapiens.GRCh38.Regulatory_Build.regulatory_features.20221007.gff.gz