Skip to content

Commit

Permalink
Removed unnecessary DetermineChromosomeEncoding
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgatzen committed Sep 13, 2024
1 parent 978c826 commit 3791870
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ImputationPipeline/ScoringPart.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ workflow ScoringImputedDataset {
File sites_to_use_in_scoring = select_first([ExtractIDsPopulation.ids, sites_used_in_scoring_for_model])
}

call ScoringTasks.DetermineChromosomeEncoding {
input:
weights = named_weight_set.weight_set.linear_weights
}

if (use_bge_scoring) {
call ScoreBGE.ScoreBGE as BGEScoring {
input:
Expand Down

0 comments on commit 3791870

Please sign in to comment.