Globals - mendessoares/BuddySuite GitHub Wiki
Any variables that are shared among multiple functions or contain 'magic' numbers should be placed in this section. Global variable names should be meaningful and all uppercase.
# ###################################################### GLOBALS ##################################################### #
VERSION = br.Version("SeqBuddy", 2, 'alpha', br.contributors)
OUTPUT_FORMATS = ["ids", "accessions", "summary", "full-summary", "clustal", "embl", "fasta", "fastq", "fastq-sanger",
"fastq-solexa", "fastq-illumina", "genbank", "gb", "imgt", "nexus", "phd", "phylip", "seqxml", "sff",
"stockholm", "tab", "qual"]