RNAcentral / rnacentral-webcode

RNAcentral website source code
https://rnacentral.org
Apache License 2.0
31 stars 8 forks source link

Enable export of BED/GFF files from text search #464

Open AntonPetrov opened 5 years ago

AntonPetrov commented 5 years ago

We need to provide a new way to download text search results in BED/GFF formats.

This functionality should be added to the export django app and be similar to how FASTA files are exported.

The BED and GFF data should be retrieved from the BED and GFF text files from the RNAcentral FTP archive. The code should:

The user interface should be the same as for the FASTA export. This functionality can also be reused for Galaxy integration.