Skip to content

Commit

Permalink
Now longest diploid scaffold is in hap2 - this should make chrY to be…
Browse files Browse the repository at this point in the history
… in hap1
  • Loading branch information
Dmitry-Antipov committed Aug 26, 2024
1 parent f138231 commit e8e7972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/scaffolding/scaffold_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def fixHaploidNames(self, paths: path_storage.PathStorage):

large_haploid_info = []
reassigned = 0
reassigning_hap_id = 1
reassigning_hap_id = 2
not_connected_hap_assign = 0
for i in range (0, len(large_haploid_ids)):
path_id = large_haploid_ids[i]
Expand Down

0 comments on commit e8e7972

Please sign in to comment.