Skip to content

Commit

Permalink
fix fasta extract transcripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjvincent committed Jun 15, 2023
1 parent 931082b commit 74926ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g2gtools/fasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def fasta_extract_transcripts(
fasta = FastaFile(fasta_file)

database_file_name = g2g_utils.check_file(database_file_name)
fasta_out = sys.stdout
fasta_out = sys.stderr

if output:
output = g2g_utils.check_file(output, 'w')
Expand Down

1 comment on commit 74926ad

@jon4thin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed this when I updated. I was confused what was happening with g2gextract. This clarifies that. haha

Please sign in to comment.