Skip to content

Shao-Group/SubseqEmbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

SubseqEmbed creates embeddings of sequences using random subsequences.

Installation

Clone SubseqEmbed from github

Compile SubseqEmbed

Use the following to compile SubseqEmbed:

cd SubseqEmbed
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j

This should create an executable SubseqEmbed within the build/ directory.

Usage

Check the usage information of SubseqEmbed and its subcommands:

build/SubseqEmbed [SUBCOMMAND] --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages