All public logs

Jump to navigation Jump to search

Combined display of all available logs of 22126. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:26, 8 January 2025 Gabre talk contribs created page SNP calling exercise answers part 2 (Created page with " '''Q1''' First running: <pre> gatk VariantFiltration -V NA24694.vcf.gz -O NA24694_hf.vcf.gz -filter "DP < 10.0" --filter-name "DP" -filter "QUAL < 30.0" --filter-name "QUAL30" -filter "SOR > 3.0" --filter-name "SOR3" -filter "FS > 60.0" --filter-name "FS60" -filter "MQ < 40.0" --filter-name "MQ40" </pre> and <pre> bcftools view -H NA24694_hf.vcf.gz |grep -v PASS |wc -l </pre> Gives us 4005 sites. <pre> bcftools view -H --type=...")