aboutsummaryrefslogtreecommitdiff
path: root/biology/Makefile
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2021-03-23 15:15:00 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2021-03-23 15:15:00 +0000
commitaa8e14f1c183bdc57940de974b9773b498595974 (patch)
tree8975f218155bc5451f968db6b12d5b18b128f803 /biology/Makefile
parentd20299d14c70387e5f3f69ebbdacee90272809a1 (diff)
downloadports-aa8e14f1c183bdc57940de974b9773b498595974.tar.gz
ports-aa8e14f1c183bdc57940de974b9773b498595974.zip
biology/ad2vcf: Add allelic depth info from a SAM stream to a VCF file
ad2vdf extracts allelic depth info from a SAM stream and adds it to a corresponding single-sample VCF file. SAM input is read via stdin and the VCF input file is taken as a command-line argument. This allows expensive BAM/CRAM decoding to be performed in parallel by a separate samtools process.
Notes
Notes: svn path=/head/; revision=569033
Diffstat (limited to 'biology/Makefile')
-rw-r--r--biology/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile
index cba970a40784..260d2763d896 100644
--- a/biology/Makefile
+++ b/biology/Makefile
@@ -4,6 +4,7 @@
COMMENT = Biology
SUBDIR += abyss
+ SUBDIR += ad2vcf
SUBDIR += artemis
SUBDIR += avida
SUBDIR += babel