Skip to content

Commit

Permalink
Merge pull request #288 from molgenis/RoanKanninga-patch-1
Browse files Browse the repository at this point in the history
added Targeted as being skipped for gender check
  • Loading branch information
BenjaminsM authored Feb 23, 2022
2 parents 33e2e1c + cf84cf0 commit ce4d5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/GenderCalculate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

module load "${picardVersion}"

if [[ "${capturedIntervals}" == *"ONCO_v"* || "${capturedIntervals}" == *"wgs"* ]]
if [[ "${capturedIntervals}" == *"ONCO_v"* || "${capturedIntervals}" == *"wgs"* || "${capturedIntervals}" == *"Targeted_v"*]]
then
touch "${dedupBamMetrics}.noChrX"
else
Expand Down

0 comments on commit ce4d5a9

Please sign in to comment.