Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jun 11, 2015
1 parent e6d2e14 commit 960521a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
name = "alpaca"
version = "0.1.0"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>"]
description = "ALPACA is a caller for genomic variants (single nucleotide and small indels) from next-generation sequencing data that uses a novel algebraic approach to incorporate sample based filtering into the calling. This allows to intuitively control the FDR for arbitrary filtering scenarios."
homepage = "https://github.com/johanneskoester/alpaca"
readme = "README.md"
keywords = ["Bioinformatics", "Variant Calling"]
license = "MIT"

[dependencies]
itertools = "*"
Expand All @@ -12,9 +17,7 @@ argparse = "*"
tempdir = "*"
log = "*"
bio = ">=0.3.7"

[dependencies.rust-htslib]
git = "https://github.com/christopher-schroeder/rust-htslib.git"
rust-htslib = ">=0.4.0"

[[bin]]
name = "alpaca"
Expand Down

0 comments on commit 960521a

Please sign in to comment.