view SNP_density/calculateSlidingWindowsSNPdensitiesFromVCF.sh @ 10:c6640c49fd01 draft

planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
author dereeper
date Mon, 16 Apr 2018 09:00:24 -0400
parents ebb0ac9b6fa9
children
line wrap: on
line source

#!/bin/bash

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

perl $tool_path/CalculateSlidingWindowsSNPdensitiesFromVCF.pl -i $input -o $fileout -s $step

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