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 3ed7d42 commit 1122287Copy full SHA for 1122287
.gitignore
@@ -1 +1,13 @@
1
2
+build/lib.linux-x86_64-3.10/pytrf.cpython-310-x86_64-linux-gnu.so
3
+build/temp.linux-x86_64-3.10/src/atr.o
4
+build/temp.linux-x86_64-3.10/src/etr.o
5
+build/temp.linux-x86_64-3.10/src/gtr.o
6
+build/temp.linux-x86_64-3.10/src/itr.o
7
+build/temp.linux-x86_64-3.10/src/pytrf.o
8
+build/temp.linux-x86_64-3.10/src/str.o
9
+hs1.fa.gz
10
+hs1.fa.gz.fxi
11
+hs1.issr.out
12
+hs1.kpf
13
+pytrf.cpython-310-x86_64-linux-gnu.so
pytrfcli.py
@@ -309,5 +309,5 @@ def main():
309
for seq in seqs:
310
func(seq)
311
312
-#if __name__ == '__main__':
313
-# main()
+if __name__ == '__main__':
+ main()
0 commit comments