view PLIDflow/scripts/vinaoutpututility.sh @ 3:d45ae17b4470 draft

Removed modeller which was not necessary anymore
author bitlab
date Mon, 27 Jan 2020 02:49:46 -0500
parents 6fcfa4756040
children
line wrap: on
line source

#!/bin/bash
OUT=$1
LOG=$2
FILE=$3


sed -i "s|out = NULL|out = ${OUT}|g" $FILE

sed -i "s|log = NULL|log = ${LOG}|g" $FILE