Skip to content

lfpaulin/nutty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutty - a Sniffles companion app

Required programs (go)

Setup a conda environment for Nutty

conda create --name nutty python=3.10
conda install anaconda::go
conda activate nutty

Alternatively, you can use download go from https://go.dev/

How to run

Nutty can be used as without compilation using the following command:

go run main.go help

Or it can be compiled first

go run build

and then run

nutty help

Examples

Run Nutty simple sample parser

# not compressed VCF
nutty sv --vcf sv.vcf

# compressed VCF
nutty sv --vcf sv.vcf.gz

# to get help with the parameters
nutty sv --help

Papers

In order to get reproducible results we included a paper subcomand that takes as input:

  • Paper id
  • VCF input
  • Analysis flag and will output the output used for the analysis

Note: Nutty is Sniffles friend in HPF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages