Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions indextools/console/split.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def split(
output_dir:
contig_sizes: A file with the sizes of all the contigs in the index;
only necessary if the primary file is not specified, or if it does not
have sequence information in its header. This is a two-column tab-delimited
file ({contig_name}\t{contig_size}).
have sequence information in its header. This is a tab-delimited file
where the first two columns are ({contig_name}\t{contig_size}).
"""
if slop and len(slop) == 1:
slop = slop[0], slop[0]
Expand Down