view extract_duplicates.sh @ 1:a3c4e3e62e10 draft

Uploaded
author davidvanzessen
date Tue, 01 Sep 2015 07:49:47 -0400
parents 02cf2dd19564
children 1f1640608245
line wrap: on
line source

input=$1
column=$2
header=$3
out_file=$4

dir="$(cd "$(dirname "$0")" && pwd)"
Rscript --verbose $dir/extract_duplicates.r ${input} ${column} ${header} ${out_file} 2>&1