Skip to content

Commit

Permalink
DEV: Fix utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jan 17, 2024
1 parent 02b4dd8 commit 47ff775
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
40 changes: 20 additions & 20 deletions phables/workflow/scripts/phables_utils/long_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1405,23 +1405,23 @@ def resolve_long(
write_path(final_genomic_paths, output)
write_path_fasta(final_genomic_paths, f"{output}/resolved_phages")

return (
resolved_edges,
all_resolved_paths,
all_components,
cycle_components,
linear_components,
resolved_components,
resolved_linear,
single_unitigs,
resolved_cyclic,
case1_found,
case1_resolved,
case2_found,
case2_resolved,
case3_found,
case3_resolved,
phage_like_edges,
all_phage_like_edges,
unresolved_phage_like_edges,
)
return (
resolved_edges,
all_resolved_paths,
all_components,
cycle_components,
linear_components,
resolved_components,
resolved_linear,
single_unitigs,
resolved_cyclic,
case1_found,
case1_resolved,
case2_found,
case2_resolved,
case3_found,
case3_resolved,
phage_like_edges,
all_phage_like_edges,
unresolved_phage_like_edges,
)
40 changes: 20 additions & 20 deletions phables/workflow/scripts/phables_utils/short_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1355,23 +1355,23 @@ def resolve_short(
write_path(final_genomic_paths, output)
write_path_fasta(final_genomic_paths, f"{output}/resolved_phages")

return (
resolved_edges,
all_resolved_paths,
all_components,
cycle_components,
linear_components,
resolved_components,
resolved_linear,
single_unitigs,
resolved_cyclic,
case1_found,
case1_resolved,
case2_found,
case2_resolved,
case3_found,
case3_resolved,
phage_like_edges,
all_phage_like_edges,
unresolved_phage_like_edges,
)
return (
resolved_edges,
all_resolved_paths,
all_components,
cycle_components,
linear_components,
resolved_components,
resolved_linear,
single_unitigs,
resolved_cyclic,
case1_found,
case1_resolved,
case2_found,
case2_resolved,
case3_found,
case3_resolved,
phage_like_edges,
all_phage_like_edges,
unresolved_phage_like_edges,
)

0 comments on commit 47ff775

Please sign in to comment.