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
print "\n\nWelcome to Splinter! Let's align something!"
print HE.grande_alignment(args.DNA)
if __name__ == '__main__':
parser = argparse.ArgumentParser("Splinter - sequence alignment for the brave", epilog="Written by Bodie Weedop and Will Pearse", usage="./HawkEye.py sequence_file.fasta")
parser.add_argument("--version", action="store_true", help="Display version information")
parser.add_argument("DNA", help="DNA (in FASTA format) to be aligned")