diff scripts/extract_shigatoxin.sh @ 3:0cbed1c0a762 draft default tip

planemo upload commit 15239f1674081ab51ab8dd75a9a40cf1bfaa93e8
author cstrittmatter
date Tue, 28 Jan 2020 10:42:31 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/extract_shigatoxin.sh	Tue Jan 28 10:42:31 2020 -0500
@@ -0,0 +1,1 @@
+awk '($3>0.99 && $4>1200) { printf "%s\t%.2f\t%s\t%s\n", $2, $3*100, $5, $4 }' mmseqs_STX > mmseqs_shigatoxin_fc
\ No newline at end of file