Skip to content

Commit

Permalink
Adding demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mozack committed May 2, 2016
1 parent 1662abd commit fb5ff47
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions demo/demo.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash
#
# Demo script for V'DJer

# Before running this script:
# Run make to generate the vdjer executable.
# Download the vdjer references and untar, updating the VDJER_REF_DIR variable below.

VDJER_REF_DIR=<path/to/vdjer/referenes>/igh

VDJER=../vdjer

# Run V'DJer on the input BAM file for the IgH chain.
# read length = 50
# median insert size = 175
# num threads = 4
#
# Assembled contigs appear in vdj_contigs.fa
# Reads mapped to contigs appear in vdjer.sam
$VDJER --in star.sort.bam --rl 50 --t 4 --ins 175 --chain IGH --ref-dir $VDJER_REF_DIR > vdjer.sam 2> vdjer.log
Binary file added demo/star.sort.bam
Binary file not shown.
Binary file added demo/star.sort.bam.bai
Binary file not shown.

0 comments on commit fb5ff47

Please sign in to comment.