Skip to content

Commit

Permalink
Merge pull request #263 from RoanKanninga/master
Browse files Browse the repository at this point in the history
reverted the MQ filter
  • Loading branch information
kdelange authored Sep 23, 2019
2 parents debe226 + b29e928 commit 654d766
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 654d766

Please sign in to comment.