aryarm / as_analysis

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

extracting heterozygotes in rules.extract_hets #46

Closed aryarm closed 6 years ago

aryarm commented 6 years ago

Currently, the pipeline uses grep '0|1' to extract heterozygotes from the counts. However, grep '1|0' should also be allowed.