Skip to content

Commit

Permalink
modified insert_classify.py bug
Browse files Browse the repository at this point in the history
  • Loading branch information
friend1ws committed Apr 15, 2024
1 parent d5e4f6b commit e75ee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanomonsv/insert_classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def make_fasta_file(input_file, output_file, seq_id_file):
sid = sid + 1


def make_exon_bed_from_gtf(gtf_file, exon_bed_file):
def make_exon_bed_from_gtf(gtf_file, output_file):

if gtf_file.endswith(".gtf"):
hin = open(gtf_file, 'r')
Expand Down

0 comments on commit e75ee1f

Please sign in to comment.