Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Dec 1, 2024
1 parent 3ed7d42 commit 1122287
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@

build/lib.linux-x86_64-3.10/pytrf.cpython-310-x86_64-linux-gnu.so
build/temp.linux-x86_64-3.10/src/atr.o
build/temp.linux-x86_64-3.10/src/etr.o
build/temp.linux-x86_64-3.10/src/gtr.o
build/temp.linux-x86_64-3.10/src/itr.o
build/temp.linux-x86_64-3.10/src/pytrf.o
build/temp.linux-x86_64-3.10/src/str.o
hs1.fa.gz
hs1.fa.gz.fxi
hs1.issr.out
hs1.kpf
pytrf.cpython-310-x86_64-linux-gnu.so
4 changes: 2 additions & 2 deletions pytrfcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,5 @@ def main():
for seq in seqs:
func(seq)

#if __name__ == '__main__':
# main()
if __name__ == '__main__':
main()

0 comments on commit 1122287

Please sign in to comment.