Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tony-kuo/eagle
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-kuo committed Oct 25, 2018
2 parents d663ced + 9d8c15e commit e20a913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/combine_vcf_eagle.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def readVCF(filename, eagle, raw):
return(entry);

def main():
parser = argparse.ArgumentParser(description='Compare to VCF Truth Data');
parser = argparse.ArgumentParser(description='Combine VCF and EAGLE output');
parser.add_argument('-v', help='VCF file');
parser.add_argument('-e', help='EAGLE file');
parser.add_argument('-raw', action='store_true', help='raw EAGLE output, otherwise output after compile_likelihoods');
Expand Down

0 comments on commit e20a913

Please sign in to comment.