qiita-spots / qiita-files

File formats defined for Qiita and Qiita plugins internal use
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Adding to ascii file #7

Closed josenavas closed 7 years ago

josenavas commented 7 years ago

Having this function that takes a demux file path and writes it in FASTA or FASTQ format is really useful for the plugins.

I think this function suffices to fix https://github.com/qiita-spots/qiita-files/issues/5, since now we will have an API that can take file and generate a file as well as an API that takes an open file and generates in memory ASCII representations (for those uses where we don't want to serialize to a file).