Skip to content

Commit 1122287

Browse files
committed
update
1 parent 3ed7d42 commit 1122287

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,5 +309,5 @@ def main():
309309
for seq in seqs:
310310
func(seq)
311311

312-
#if __name__ == '__main__':
313-
# main()
312+
if __name__ == '__main__':
313+
main()

0 commit comments

Comments
 (0)