Skip to content

BioPsyk/sumstat-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sumstat-tools

A toolbox for GWAS summary statistics files.

Download-and-install

To download and install sumstat-tools you have to clone the latest version from github.

# Step 1: place yourself in the folder you want to install sumstat-tools then git clone
git clone [email protected]:BioPsyk/sumstat-tools.git

# Step 2: Enter directory
cd sumstat-tools

# Step 3a: Execute install to set sumstat-tools in path
./install

# Step 4: Source .bashrc to finalize installation
source ${HOME}/.bashrc

# Step 5: Verify that sstools starts
sstools-version

# Step 6: Check the R installation and all required packages
# To be done

NOTE: After the path has been set, the cloned directory cannot be moved without running ./install again from the new path

# Run unit tests (run from project root)
./tests/run-unit-tests.sh

user-config

sumstat-tools has all configuration files in the config directory.

About

Tools for curating and filtering sumstats

Topics

Resources

Stars

Watchers

Forks