Skip to content

Commit

Permalink
updated for test
Browse files Browse the repository at this point in the history
  • Loading branch information
niekwit committed Aug 27, 2024
1 parent 6298498 commit 25bc1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, genome, build):
if genome == "dm6":
name = "BDGP6.46"

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

else:
Expand Down

0 comments on commit 25bc1b5

Please sign in to comment.