Commit 55cb46c8 authored by Pavel Jedlicka's avatar Pavel Jedlicka
Browse files

Update teGreedyNester_installation_v1.sh

parent 6f59a28d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@ else
	# Setup paths in 'config.yml'
	processEcho "GENERATING 'config.yml'"

    # remove old config.yml if exist
	if test -f config.yml; then
	    rm -r config.yml
	fi
	# strings to be changed
	ltrFinder="/path/to/ltr_finder_repository/LTR_Finder/source/ltr_finder"
	prosite="path/to/repository/dbs/prosite"