Skip to content

Commit

Permalink
Quilt emplacement
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Jan 30, 2024
1 parent b6ba154 commit e55808a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflows/phaseimpute.nf
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ workflow PHASEIMPUTE {
print("Impute with Glimpse2")
// Glimpse2 subworkflow
}
if (params.tools.contains("quilt")){
print("Impute with quilt")
// Quilt subworkflow
}
}

//
Expand Down

0 comments on commit e55808a

Please sign in to comment.