Doubts about bioprogramming
0
0
Entering edit mode
16 months ago

I am having doubts about this exercise (at the point of creating a fasta file)

Create a program that creates three fasta sequences and writes them to a file, using the write method. The DNA sequence must be capitalized and without the characters (-)

enter image description here

python3 python genes • 653 views
ADD COMMENT
1
Entering edit mode

Hi! Try using string.upper() for uppercase conversion and string.replace('-', '') to remove - characters. It might be useful if you share your code, and the error you are getting or the specific point where you are getting stuck :).

ADD REPLY
0
Entering edit mode

the fasta format is described here https://en.wikipedia.org/wiki/FASTA_format

ADD REPLY
0
Entering edit mode

What is your doubt? What have you tried?

ADD REPLY

Login before adding your answer.

Traffic: 2614 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6