Skip to content

Commit

Permalink
reverted the MQ filter
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanKanninga committed Sep 23, 2019
1 parent 432a698 commit b29e928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/SnpFiltration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ java -XX:ParallelGCThreads=1 -Djava.io.tmpdir="${tempDir}" -Xmx4g -jar "${EBROOT
--variant "${sampleVariantsMergedSnpsVcf}" \
--filterExpression "QD < 2.0" \
--filterName "filterQD_lt2.0" \
--filterExpression "MQ < 40.0" \
--filterName "filterMQ_lt40.0" \
--filterExpression "MQ < 25.0" \
--filterName "filterMQ_lt25.0" \
--filterExpression "SOR > 3.0" \
--filterName "filterSOR_gt3.0" \
--filterExpression "MQRankSum < -12.5" \
Expand Down

0 comments on commit b29e928

Please sign in to comment.