From b91deacb8d39830ac5ef33f2af3ff41d428a3469 Mon Sep 17 00:00:00 2001 From: Alex Morehead Date: Sun, 10 Mar 2024 16:42:22 -0500 Subject: [PATCH] Add files via upload --- input_prep/make_ss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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