Skip to content

Commit

Permalink
bug fix for report
Browse files Browse the repository at this point in the history
  • Loading branch information
leepc12 committed Aug 20, 2016
1 parent a60a3dc commit 502cc5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/postalign_bam.bds
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ string bam_to_bedpe( string bam, string o_dir, string group ) {
nmsrt_bam.rm()
}

add_task_to_graph( in, out, group )
add_task_to_graph( in, out, group, "ALIGN", grp_color_align )

return out
}
Expand Down Expand Up @@ -573,7 +573,7 @@ string bedpe_to_tag( string bedpe, string o_dir, string group ) {

register_par( tid, cpus )

add_task_to_graph( in, out, group, "align", "orange" )
add_task_to_graph( in, out, group )

return out
}

0 comments on commit 502cc5c

Please sign in to comment.