Skip to content

Commit

Permalink
Merge pull request #190 from RoanKanninga/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
BenjaminsM authored Mar 22, 2018
2 parents 54052b2 + 29bb758 commit 756cc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/GenderCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ then
else
echo "ALARM ALARM"
echo "ALARM, ALARM, the calculated gender (${sex}) and the gender given in the samplesheet(${Gender}) are not the same!"
echo -e "ALARM!\n For sample ${dedupBam%%.*} the calculated gender (${sex}) and the gender given in the samplesheet(${Gender}) are not the same!" > "${logDir}/${project}/pipeline.gendercheckfailed"
echo -e "ALARM!\n For sample ${dedupBam%%.*} the calculated gender (${sex}) and the gender given in the samplesheet(${Gender}) are not the same!" > "${logsDir}/${project}/pipeline.gendercheckfailed"
fi
fi

0 comments on commit 756cc94

Please sign in to comment.