Skip to content

Commit e43dc87

Browse files
committed
fix lint
1 parent a239c12 commit e43dc87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kb_python/ref.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,9 @@ def download_reference(
430430
if k == 63:
431431
long = "_long"
432432
elif k != 31:
433-
logger.info("Only k-mer lengths 31 or 63 supported, defaulting to 31")
433+
logger.info(
434+
"Only k-mer lengths 31 or 63 supported, defaulting to 31"
435+
)
434436
url = "https://github.com/pachterlab/kallisto-transcriptome-indices/"
435437
url = url + f'releases/download/v1/{species}_index_{workflow}{long}.tar.xz'
436438
path = os.path.join(temp_dir, os.path.basename(url))

0 commit comments

Comments
 (0)