-
Notifications
You must be signed in to change notification settings - Fork 36
Filtering MToolBox VCF
Roberto Preste edited this page Nov 16, 2019
·
2 revisions
These are found in the MToolbox aux folder.
-
get_prioritized_var_and_summary.shis an auxiliary script can be used to get thesummary.txtandprioritized_variant.txtfiles from the MToolBoxannotation.csvfiles.Run this to get help on script usage:
./get_prioritized_var_and_summary.sh -
filter_HF.pyis an auxiliary script to filter MToolBox VCF files (generated by versions < 1.2) for HF and DP and split multiallelic SNP into one per row.Run this to get help on script usage:
python filter_HF.py -
filter_HF_v2.pyis an auxiliary script to filter MToolBox VCF files (generated by versions >= 1.2) for HF and DP and split multiallelic SNP into one per row.Run this to get help on script usage:
python filter_HF_2.pyUsage examples:
python filter_HF_v2.py HG00119 HG00119.vcf 0.8 100 txt HG00119.txt NoExpected content of the
HG00119.txtoutput:CHROM POS ID REF ALT DP HF CIL CIU SDP_F SDP_R HG00119 chrMT 73 . A G 246.0 1.0 0.981 1.0 117 129 HG00119 chrMT 195 . T C 234.0 1.0 0.981 1.0 67 167 HG00119