Skip to content

Commit

Permalink
usearch
Browse files Browse the repository at this point in the history
  • Loading branch information
lpryszcz committed Jun 12, 2017
1 parent e5e41b0 commit 4d3c657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gb2gtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def gb2gtf( source='gb2gtf',allowedTypes=set(['gene','CDS','tRNA','tmRNA','rRNA'
"""
handle = sys.stdin
for gb in SeqIO.parse( handle,'gb' ):
acc = gb.name #gb.id #gb.name #gb.description # #
acc = gb.id # name #gb.id #gb.name #gb.description # #
skipped = 0
skippedTypes = set()
for f in gb.features:
Expand Down
Empty file modified usearch10
100644 → 100755
Empty file.

0 comments on commit 4d3c657

Please sign in to comment.