Skip to content

Commit

Permalink
annotating the output formats for record
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed May 6, 2020
1 parent 34211fa commit c10c3fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pangolin/scripts/all_snps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
import os
cwd = os.getcwd()

"""
Current output:
--mask-out
lineage,snp,taxon
B,2897GT,WH0X/Taxon/Name
--defining-snps-out
lineage,defining_snps
B,2897GT;30000TA
--representative-seqs-out
lineage,name
B,WH0X/Taxon/Name
"""


def parse_args():
parser = argparse.ArgumentParser(description='Find all snps.')

Expand Down

0 comments on commit c10c3fd

Please sign in to comment.