Skip to content

Commit

Permalink
edit xxxxx case
Browse files Browse the repository at this point in the history
  • Loading branch information
ploy-np committed Feb 24, 2021
1 parent 7180fbc commit 7321ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpore/scripts/dataprep.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def main():
misc.makedirs(out_dir) #todo: check every level.

# (1) For each read, combine multiple events aligned to the same positions, the results from nanopolish eventalign, into a single event per position.
# parallel_index(eventalign_filepath,summary_filepath,chunk_size,out_dir,n_processes,resume)
parallel_index(eventalign_filepath,summary_filepath,chunk_size,out_dir,n_processes,resume)

# (2) Create a .json file, where the info of all reads are stored per position, for modelling.
if genome:
Expand Down

0 comments on commit 7321ee4

Please sign in to comment.