Skip to content

Commit d000950

Browse files
authored
Update tx2gene.py
1 parent 91004b1 commit d000950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/tx2gene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def discover_transcript_attribute(gtf_file: str, transcripts: Set[str]) -> str:
5454

5555
votes = Counter()
5656
with open(gtf_file) as inh:
57-
# Read GTF file, skipping header lines
57+
# Read GTF file, skipping header lines
5858
for line in filter(lambda x: not x.startswith("#"), inh):
5959
cols = line.split("\t")
6060

0 commit comments

Comments
 (0)