Skip to content

Commit da4e186

Browse files
committed
fixed test gtf url
1 parent ee6a16f commit da4e186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/scripts/resources.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, genome, build):
4545
name = "BDGP6.46"
4646

4747
self.fasta_url = "https://github.com/niekwit/damid-seq/raw/main/.test_pe/Homo_sapiens.GRCh38.dna.primary_assembly_subset.fa.gz"
48-
self.gtf_url = "https://ftp.ensembl.org/pub/release-112/gtf/homo_sapiens/Homo_sapiens.GRCh38.110.gtf.gz"
48+
self.gtf_url = "https://ftp.ensembl.org/pub/release-110/gtf/homo_sapiens/Homo_sapiens.GRCh38.110.gtf.gz"
4949

5050
else:
5151
raise ValueError("Genome {genome} not supported")

0 commit comments

Comments
 (0)