MislavJaksic / Bioinformatics-Finding-Mutations

Assembles a genome and finds true mutations among sequencing errors

Repository from Github https://github.comMislavJaksic/Bioinformatics-Finding-MutationsRepository from Github https://github.comMislavJaksic/Bioinformatics-Finding-Mutations

Sequencing DNA image

Mutation Finder

Assembles a genome and finds true mutations among sequencing errors.

Installation and running

  • Download and install Bio-Linux, a specialised Ubuntu workstation (Optional)
  • Download the Mutation Finder project
  • Compile the project: with an IDE or a makefile (TODO)
  • Adjust the settings in the settings.ini file to your liking
  • Place the settings.ini file and input files into the same folder
  • Run the program with: "./MutationFinder"

Folders

Folder Contents
Docs: Project documentation
Instructions: Faculty provided instructions
MutationFinder: Project folder
Research: Research notes
Results: Output files, mutation CSV files
TestData: Faculty provided test data

Authors

Josip Kasap
Mislav Jaksic

University, faculty and course

About

Assembles a genome and finds true mutations among sequencing errors

License:MIT License


Languages

Language:C++ 98.1%Language:Python 1.9%