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 = "Parse the CDS start/end locations from a file containing all transcripts in a dataset. It will look in HisatIndex for a file named e.g. S12_all_transcripts.fa, generated by gffread using -W and -C flags, and write out a file containing the name of that transcript and its start and end locations (1-indexed).")
parser.add_argument("dataset", help = "The name of the dataset e.g. S12")