****In JAVA with Screenshots Pls*****
In JAVA Attached is a file called sequences.txt, it contains 3 sequences (one sequence per line). Also attached is a file called AccessionNumbers.txt. Rite a JAVA program that reads in those files and produces 3 separate FATSA files. Each accession number in the AccessionNumbers.txt file corresponds to a sequence in the sequences.txt file.
Remember a FASTA formatted sequence looks like this:
>ABCD1234
ATGCTTTACGTCTACTGTCGTATGCTTTACGTCTACTGACTGTCGTATGCTTACGTCTACTGTCG
The file name should match the accession numbers, so for 1st one it should be called ABCD1234.txt.
Note: Print out the sequences in upper case AND remove any special characters in the sequence!
******See contents of sequences.txt below******
ATGCTTTACGTCTACTGTCGTATGCTTTACGTCTACTGACTGTCGTATGCTTACGTCTACTGTCG
atgctttacgtctactgtcgtatgctttacgtctactgactgtcgtatgcttacgtctactgtcg
atgctttacgt-tcgtatgctttacgtc—tatgcttacgt–cttacgt—–ctactgtcg
*****See contents of AccessionNumbers.txt below******
ABCD1234
GFRT7890
HJIS5630