Skip to content

imallona/drab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drab

RNA-seq count tables, revisited

Structure

  • src/: Contains C++ source code and CMakeLists.txt
  • env/: Contains Conda environment specifications
  • workflow/: Contains Snakefile for build automation

Running with snmk

To build and run the example using Snakemake:

cd workflow
snakemake --use-conda --cores 1

This will:

  1. Create a conda environment with cmake and g++
  2. Compile the C++ code
  3. Run the executable and save output to output/hello_output.txt

Building src

To build manually without Snakemake:

mkdir -p build
cd build
cmake ../src
cmake --build .
./hello

CI/CD

  • snakemake.yml to run the workflow (serially)

About

RNA-seq count tables, revisited

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •