Coursera Course: Java Programming: Solving Problems with Software Week 2: Programming Exercise: Storing All Genes - PART 3
Programming Exercise: Storing All Genes - PART 3
https://www.coursera.org/learn/java-programming/supplement/ct8gA/programming-exercise-storing-all-genes
Alright, so I was successful in downloading this file brca1line.fa and I also placed it in my projects folder but it looks like an empty file. Some other files that were downloaded with it "brca1.fa" and "mansmall.fa", they have actual Strings in it but brca1line.fa does not have anything in it. If I try to print it, it prints nothing just blank and when I run my code on it, it returns 0 strings. Please help me out on what I should do.
"brca1.fa" and "mansmall.fa" are working perfectly:
NOTE:
These files were downloaded from http://www.dukelearntoprogram.com/course2/files.php
under Quiz: Finding a Gene
Zip file name was: All Example DNA Data
It contains all the .fa files that I used.
If someone is familiar with this course then please help.