diff --git a/input_prep/make_ss.sh b/input_prep/make_ss.sh index b08149e..bb792f4 100644 --- a/input_prep/make_ss.sh +++ b/input_prep/make_ss.sh @@ -27,4 +27,4 @@ grep "^Conf" $ID.horiz | awk '{print $2}' ) | awk '{if(substr($1,1,1)==">") {print "\n"$1} else {printf "%s", $1}} END {print ""}' | sed "1d" > $o_ss rm ${i_a3m}.csb.hhblits.ss2 -rm $ID.* +rm $ID.* \ No newline at end of file