view SNP_density/calculateSlidingWindowsSNPdensitiesFromHapmap.sh @ 5:ec22fcacb66c draft

planemo upload
author gandres
date Mon, 15 Feb 2016 10:26:18 -0500
parents 420b57c3c185
children
line wrap: on
line source

#!/bin/bash

tool_path=$(dirname $0)
hapmap=$1
fileout=$2
fileout_bysample=$3
step=$4

perl $tool_path/CalculateSlidingWindowsSNPdensitiesFromHapmap.pl -i $hapmap -o $fileout -s $step

cp  $fileout.by_sample $fileout_bysample
rm $fileout.by_sample