Skip to content

Commit 63dee26

Browse files
committed
added a lst paragraph on sequenceTools
1 parent f9a00e1 commit 63dee26

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

paper/paper.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
@misc{sequence-formats,
2+
author = "Schiffels, Stephan",
3+
title = {Sequence-Formats},
4+
year = {2025},
5+
publisher = {GitHub},
6+
journal = {GitHub repository},
7+
url = {https://github.com/stschiff/sequence-formats}
8+
}
9+
10+
11+
112
@misc{eigensoft_github,
213
author = "Mah, Matthew and Patterson, Nick and Price, Alkes",
314
title = {Eigensoft},

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ Among the options passed to `samtools mpileup`, we highlight the `-B` flag, whic
4141

4242
In terms of output formats, pileupCaller currently supports Eigenstrat, Plink (https://www.cog-genomics.org/plink/2.0/) and VCF [@VCF], with an option to additionally compress the output in gzip-format. Command line options are documented inline via `pileupCaller --help`.
4343

44-
PileupCaller relies on a key Haskell dependency [`sequence-formats`](https://hackage.haskell.org/package/sequence-formats), which was developed alongside the `sequenceTools` package to which pileupCaller belongs.
44+
PileupCaller is part of the "sequenceTools" package, which contains multiple other minor scripts and command-line tools, with pileupCaller being the central and most popular tool. The sequenceTools package makes key use of the "sequence-formats" Haskell library [@sequence-formats], which contains parsers for the Pileup-, the Plink-, the Eigenstrat and the VCF-Format.
4545

4646
# References

0 commit comments

Comments
 (0)