Skip to content

DStarEpoch/RNASeqCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNASeqCraft

Description

Building

Get the source code

git clone 
cd RNASeqCraft

RNA Seq Craft

build the conda environment and install the package

cd src
mamba create -n rnaseqcraft python=3.12
mamba activate rnaseqcraft
pip intall -r requirements.txt
pip install -e .

build the linearfold module

cd linearfold/LinearFold
make
cd ../LinearSampling
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published