view svdetect/SVDetect_import.sh @ 23:59b91705b68c draft

Circos xml version 1.1.0 (compatible with the last version 0.52) Addition of the "karyotype.human_hg19.txt" file for circos
author bzeitouni
date Tue, 06 Nov 2012 10:02:27 -0500
parents f090bf6ec765
children
line wrap: on
line source

#!/bin/bash


while getopts "i:o:" optionName; do
case "$optionName" in

i) INPUT="$OPTARG";;
o) OUTPUT="$OPTARG";;

esac
done

rm $OUTPUT

ln -s $INPUT $OUTPUT