-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function to download the fasta file when retrieving the genome from FTP #107
Comments
Hi @tcezard And I can't figure out the path for the actual assembly. |
@tcezard @apriltuesday @sundarvenkata-EBI @nitin-ebi
In order to do so, I had to add more classes, in order to make it compatible with the assembly's sequence file, and to try not to mess the already existing code and design.
The process of parsing the file and retrieving the information of it is still pending, because I still have a question about the file and the data it contains:
|
Currently the downloadAssemblyReport only access and download the assembly report from the FTP. We should add a function to retrieve the actual assembly that live alongside the report.
The text was updated successfully, but these errors were encountered: