Skip to content

Commit

Permalink
Implement fragmentation of chainNet into lastz and minimap2 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Talenti committed Mar 4, 2021
1 parent 8dc8466 commit c8873b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/subworkflows/lastz.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (params.distance == 'near'){
}

//include {lastz_near; lastz_medium; lastz_far; lastz_custom} from "../processes/lastz"
include {axtchain; chainMerge; chainNet; liftover; chain2maf} from "../processes/postprocess"
include {axtchain; chainMerge; chainNet; liftover; chain2maf; netSynt; chainsubset} from "../processes/postprocess"

// Create lastz alignments workflow
workflow LASTZ {
Expand Down
2 changes: 1 addition & 1 deletion modules/subworkflows/minimap2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (params.distance == 'near'){
} else if (params.distance == 'custom') {
include {minimap2_custom as minimap2} from '../processes/minimap2'
}
include {axtchain; chainMerge; chainNet; liftover; chain2maf} from "../processes/postprocess"
include {axtchain; chainMerge; chainNet; liftover; chain2maf; netSynt; chainsubset} from "../processes/postprocess"

// Create minimap2 alignments workflow
workflow MINIMAP2 {
Expand Down

0 comments on commit c8873b7

Please sign in to comment.