You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser = argparse.ArgumentParser(description="Takes a fasta file and converts the sequence headers to numberical indices.")
parser.add_argument('infile', metavar='i', type=str, help='Input fasta file.')
parser.add_argument('outlabel', metavar='o', type=str, help='Label for the converted fasta file and the mapping file, should exclude filetype suffixes.')