Skip to content

Commit 2d9aaa5

Browse files
authored
Changed "cdna.faa" to "cdna.fna"
1 parent b41e018 commit 2d9aaa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prog/p1/labp1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ def dna2aa_fasta(dna_filename, protein_filename):
7676
# Will only be executed if this file is run directly e.g. with "python labp1.py"
7777
if __name__ == "__main__":
7878
print(dna2aa("GGCCGCGAAGCGACCTAA"))
79-
dna2aa_fasta('cdna.faa', 'output.faa')
79+
dna2aa_fasta('cdna.fna', 'output.faa')
8080

0 commit comments

Comments
 (0)