Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled committed Oct 21, 2024
1 parent a239c12 commit e43dc87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kb_python/ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,9 @@ def download_reference(
if k == 63:
long = "_long"
elif k != 31:
logger.info("Only k-mer lengths 31 or 63 supported, defaulting to 31")
logger.info(
"Only k-mer lengths 31 or 63 supported, defaulting to 31"
)
url = "https://github.com/pachterlab/kallisto-transcriptome-indices/"
url = url + f'releases/download/v1/{species}_index_{workflow}{long}.tar.xz'
path = os.path.join(temp_dir, os.path.basename(url))
Expand Down

0 comments on commit e43dc87

Please sign in to comment.