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='This script is used to converting the iGenomes GTF file from Ensembl so that we have a chr added (for chrMT it is converted to M) to and we remove the e chromosomes')
parser.add_argument('inGTF', action='store', help='The iGenomesGTF File downloaded from either Tophat or Cufflinks website')