minimaks6 / corona

Reverse engineering SARS-CoV-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse engineering the Coronavirus

See corona.py

Open questions

Work to be done

  • Automatic extraction of genes from different coronaviruses
  • Good multisequence compare tool
  • Molecular dynamics?
  • Secondary Structure prediction on orf1a?

Homemade Vaccine

Bio vs IDA

Analysis

  • There is no equivalent to execution, we are reverse engineering a CAD format
  • Static analysis, looking at the DNA, protein structure prediction, FLIRT signatures, etc...
  • Simulation doesn't seem to work yet
  • Tons of in system dynamic analysis, but the tools are crap
  • Runs more like FPGA code, all at once, no serial execution (what are the FPGA re tools?)

Tests (how they work)

Homemade test?

Treatments

Resources

About

Reverse engineering SARS-CoV-2


Languages

Language:Python 100.0%