Entering edit mode
4.4 years ago
ana_maumau
•
0
I try to convert tblout to gff
grep -v ^\# my.cmscan.tblout | awk ‘ { printf(“%s\tinfernal\t%s\t%s\t%s\t%s\t%s\t.\n”, $4, $2, $10, $11, $17, $12); }’ > my.cmscan.gff
syntax error near unexpected token »(«