Skip to content

Commit

Permalink
Merge pull request #237 from pangenome/unchop_gfaffix_output
Browse files Browse the repository at this point in the history
unchop the GFAFfixed graph
  • Loading branch information
AndreaGuarracino authored Sep 26, 2022
2 parents 910df88 + 5cffe11 commit f0db7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pggb
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ if [[ $normalize == true ]]; then
# Sort
if [[ ! -s "$prefix_smoothed_output".final.og || $resume == false ]]; then
( $timer -f "$fmt" odgi build -t $threads -P -g "$prefix_smoothed".fix.gfa -o - -O \
| $timer -f "$fmt" odgi unchop -P -t $threads -i - -o - \
| $timer -f "$fmt" odgi sort -P -p Ygs $odgi_temp_dir -t $threads -i - -o "$prefix_smoothed_output".final.og ) 2> >(tee -a "$log_file")

resume=false # The PG-SGD sorting (`-pY`) is not deterministic, then all subsequent steps need to be rerun for consistency
Expand Down

0 comments on commit f0db7db

Please sign in to comment.