Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Make it clear that contig_sizes can be a file with more than two co… #37

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def partition(
of volumes of child intervals).
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}).
regions: Regions to which the partitions are restricted.
bgzip_outfile: Bgzip the output file. Set to False if 'outfile' is specified
and it does not end with '.gz'.
Expand Down