Here, I've compiled Python code to perform common bioinformatic algorithms such as GC content calculation, pairwise alignment, assembly using a De Bruijn Graph, and quality control filtering using a fastq file.
All scripts incorporate the argparse library to make it easier to run from the command line. Input file format is specified at the top of each script