fhcrc / seqmagick

An imagemagick-like frontend to Biopython SeqIO
http://seqmagick.readthedocs.org
GNU General Public License v3.0
113 stars 22 forks source link

Obtain the reverse fastq of forward single reads using seqmagick? #70

Open galud27 opened 6 years ago

galud27 commented 6 years ago

Hello, I'm working with couple of data bases with single reads Ilumina Hiseq from the EBI database:https://www.ebi.ac.uk/ena/data/view/PRJEB15445

I'm planning on doing some further analysis and for that I need pair-end sequences. I need to artificially generate the reverse reading. Is there a way to do this using seqmagick?

Thank you!