Mercurial > repos > gandres > vcftools_filter_stats_diversity
changeset 4:2c6f8de56bc5 draft
planemo upload
author | gandres |
---|---|
date | Tue, 12 Apr 2016 11:24:28 -0400 |
parents | 13ef7e92cdf1 |
children | 18fdec90ed8c |
files | VCFToolFilter/find_indiv.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/VCFToolFilter/find_indiv.py Tue Apr 12 10:47:45 2016 -0400 +++ b/VCFToolFilter/find_indiv.py Tue Apr 12 11:24:28 2016 -0400 @@ -13,7 +13,7 @@ def get_field_chrs_options(dataset): options = [] chrs=os.popen("grep -v '#' %s | cut -f1 | sort -u "%dataset.file_name).read()[:-1].split('\n') - for line in chrs: + for opt in chrs: options.append((opt,opt, True)) return options