SynBioHub / synbiohub

Web application enabling users and software to browse, upload, and share synthetic biology designs
https://wiki.synbiohub.org
BSD 2-Clause "Simplified" License
73 stars 23 forks source link

Problem downloading FASTA #13

Closed cjmyers closed 7 years ago

cjmyers commented 7 years ago

Clicking on Download FASTA, gives:

Cannot GET /component/igem/BBa_K136042/BBa_K136042/1.fasta

cjmyers commented 7 years ago

I think I fixed this one. It is a problem when the URI is not an encoded one. I added an "encode" of the URI which I think has fixed it.