aryarm / as_analysis

A complete Snakemake pipeline for detecting allele specific expression in RNA-seq
MIT License
10 stars 9 forks source link

filter to only GQ tag before extracting GQ tags per sample #59

Open aryarm opened 3 years ago

aryarm commented 3 years ago

The extract_gq_scores rule extracts GQ information from a VCF for every sample. Before we run this step, we could extract just the GQ information from the VCF. And then extract it for each sample, separately. This will likely speed up the execution of extract_gq_scores and reduce the disk space needed for execution of the rule on the cloud