Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matthdsm committed Mar 24, 2021
1 parent 2d65a51 commit b878a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ conda install -f -c conda-forge -c bioconda wisecondorx
### Running WisecondorX

There are three main stages (converting, reference creating and predicting) when using WisecondorX:
- Convert reads to .npz files (for both reference and test samples)
- Convert aligned reads to .npz files (for both reference and test samples)
- Create a reference (using reference .npz files)
- **Important notes**
- Automated gender prediction, required to consistently analyze sex chromosomes, is based on a Gaussian mixture
Expand Down
4 changes: 2 additions & 2 deletions wisecondorX/convert_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys

'''
Converts reads file to numpy array by transforming
Converts aligned reads file to numpy array by transforming
individual reads to counts per bin.
'''

Expand Down Expand Up @@ -38,7 +38,7 @@ def convert_reads(args):
larp = -1
larp2 = -1

logging.info('Converting reads ... This might take a while ...')
logging.info('Converting aligned reads ... This might take a while ...')

for index, chr in enumerate(reads_file.references):

Expand Down

0 comments on commit b878a0b

Please sign in to comment.