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 b41e018 commit 2d9aaa5Copy full SHA for 2d9aaa5
1 file changed
prog/p1/labp1.py
@@ -76,5 +76,5 @@ def dna2aa_fasta(dna_filename, protein_filename):
76
# Will only be executed if this file is run directly e.g. with "python labp1.py"
77
if __name__ == "__main__":
78
print(dna2aa("GGCCGCGAAGCGACCTAA"))
79
- dna2aa_fasta('cdna.faa', 'output.faa')
+ dna2aa_fasta('cdna.fna', 'output.faa')
80
0 commit comments