Skip to content

Commit abeb352

Browse files
author
Ke Chen
committed
initial commit
0 parents  commit abeb352

File tree

7 files changed

+11163
-0
lines changed

7 files changed

+11163
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/.deps/
2+
build/

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cmake_minimum_required(VERSION 3.10)
2+
project(SubseqEmbed)
3+
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
4+
add_subdirectory(src)

alphabets/DNA

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
A
2+
C
3+
G
4+
T

alphabets/RNA

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
A
2+
C
3+
G
4+
U

0 commit comments

Comments
 (0)