Globals - mendessoares/BuddySuite GitHub Wiki

BuddySuite Module Section

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"]