Skip to content

Commit

Permalink
Updated window text
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Jan 28, 2021
1 parent b350c40 commit da655b0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pgpipe/bed_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
Windows Utility
***************
Given a chromosome size file, the windows utility will generate a BED file of
interval features.
Given a chromosome size file and a window size, the windows utility will generate a
BED file of interval features.
=============
Example usage
Expand Down Expand Up @@ -219,6 +219,12 @@
files (merge); create a BED file of complementary features - i.e. features that
do not overlap - from a BED file (complement).
*************************************
Window Utility Command-line Arguments
*************************************
**--window-size** *<window_size_int>*
Argument used to define the window/interval size to return.
*************************************
Sample Utility Command-line Arguments
*************************************
Expand Down Expand Up @@ -269,7 +275,7 @@
Argument used to define the BED/VCF/VCF.gz file used to remove features that
do not intersect with the given file's features/variants.
removing features/positions.
************************************
Merge Utility Command-line Arguments
************************************
Expand Down

0 comments on commit da655b0

Please sign in to comment.