ksiewert / BetaScan

Genome-wide scan for balancing selection using beta statistic
27 stars 5 forks source link

added output option #2

Closed grenaud closed 5 years ago

grenaud commented 5 years ago

Having the script writing to a default location is not ideal, I tried:

BetaScan.py -i <(zcat chr1.beta.gz ) and it wrote to some Beta_fd something. With this you can zip the input and output:

BetaScan.py -i <(zcat chr1.beta.gz ) | gzip > chr1.beta.out.gz