Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed May 25, 2024
1 parent b0812a0 commit 046aea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gget/gget_ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ def ref(
else:
gtf_search_url = database + f"release-{ENS_rel}/gtf/{species}/"

print(gtf_search_url)

# Get link, release date and dataset size
gtf_str, gtf_date, gtf_size = find_FTP_link(
url=gtf_search_url, link_substring=f"{ENS_rel}.gtf.gz"
Expand Down

0 comments on commit 046aea5

Please sign in to comment.