We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1c6a2 commit 83312f5Copy full SHA for 83312f5
biopandas/align/tests/data/tmalign_output.txt renamed to tests/align/data/tmalign_output.txt
@@ -10,4 +10,4 @@ for(i=0; i<L; i++)
10
X[i] = t[0] + u[0][0]*x[i] + u[0][1]*y[i] + u[0][2]*z[i];
11
Y[i] = t[1] + u[1][0]*x[i] + u[1][1]*y[i] + u[1][2]*z[i];
12
Z[i] = t[2] + u[2][0]*x[i] + u[2][1]*y[i] + u[2][2]*z[i];
13
-}
+}
0 commit comments