# HG changeset patch # User fubar # Date 1689746767 0 # Node ID a6593725b7280ac51e79663e537d342e3ab1afed # Parent e213ae40f48064c67ab96c448aee6add8d3585ce Uploaded diff -r e213ae40f480 -r a6593725b728 blasttoolssearch/blasttoolssearch.xml --- a/blasttoolssearch/blasttoolssearch.xml Wed Jul 19 05:54:34 2023 +0000 +++ b/blasttoolssearch/blasttoolssearch.xml Wed Jul 19 06:06:07 2023 +0000 @@ -74,8 +74,7 @@ #print the header of the inital summary_blastn file cat summary_${var}.txt | head -1 > header #report 1 - echo -n "#" > $3 - cat header ${var}_filtered.txt >> $3 + cat header ${var}_filtered.txt > $3 #end raw]]>