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 91004b1 commit d000950Copy full SHA for d000950
bin/tx2gene.py
@@ -54,7 +54,7 @@ def discover_transcript_attribute(gtf_file: str, transcripts: Set[str]) -> str:
54
55
votes = Counter()
56
with open(gtf_file) as inh:
57
- # Read GTF file, skipping header lines
+ # Read GTF file, skipping header lines
58
for line in filter(lambda x: not x.startswith("#"), inh):
59
cols = line.split("\t")
60
0 commit comments