├── .gitmodules ├── CMakeLists.txt ├── License.md ├── README.md ├── Sample_Data └── test_reads.fa ├── install.sh └── src └── main.cpp /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SchulzLab/ORNA/HEAD/.gitmodules -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SchulzLab/ORNA/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SchulzLab/ORNA/HEAD/License.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SchulzLab/ORNA/HEAD/README.md -------------------------------------------------------------------------------- /Sample_Data/test_reads.fa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SchulzLab/ORNA/HEAD/Sample_Data/test_reads.fa -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SchulzLab/ORNA/HEAD/install.sh -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SchulzLab/ORNA/HEAD/src/main.cpp --------------------------------------------------------------------------------