# Should or can paired-end fastq be converted to single-end fastq -- and the reverse?

**URL:** https://help.galaxyproject.org/t/should-or-can-paired-end-fastq-be-converted-to-single-end-fastq-and-the-reverse/1648
**Category:** usegalaxy.org support
**Tags:** fastq-format
**Created:** [June 30, 2019, 7:52pm UTC](https://help.galaxyproject.org/t/should-or-can-paired-end-fastq-be-converted-to-single-end-fastq-and-the-reverse/1648 "2019-06-30T19:52:26Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![amir](https://sea2.discourse-cdn.com/flex020/user_avatar/help.galaxyproject.org/amir/32/539_2.png) [@amir](https://help.galaxyproject.org/u/amir)
#### Post date: [June 30, 2019, 7:52pm UTC](https://help.galaxyproject.org/t/should-or-can-paired-end-fastq-be-converted-to-single-end-fastq-and-the-reverse/1648/1 "2019-06-30T19:52:26Z")

</div>

how can i turn a single end data, into the paired end data and opposite( paired end into single end data)  
?

---

<div class="post-metadata">

### Author: ![jennaj](https://sea2.discourse-cdn.com/flex020/user_avatar/help.galaxyproject.org/jennaj/32/27_2.png) [@jennaj](https://help.galaxyproject.org/u/jennaj)
#### Post date: [July 1, 2019, 4:10pm UTC](https://help.galaxyproject.org/t/should-or-can-paired-end-fastq-be-converted-to-single-end-fastq-and-the-reverse/1648/2 "2019-07-01T16:10:53Z")

</div>

Hi @amir

Data that is paired-end or single-end refers to the way the reads were originally sequenced. Any type of manipulation to attempt to create one from the other, either way, is unlikely to produce meaningful scientific results (eg: combining paired-end reads into some type of “fake” single end read dataset). Or, result in data loss (eg: just using the F or R reads from a paired-end dataset as a single end dataset).

What is your goal? Analysis, tools, etc? Or was this just a general question?

---

<div class="post-metadata">

### Author: ![amir](https://sea2.discourse-cdn.com/flex020/user_avatar/help.galaxyproject.org/amir/32/539_2.png) [@amir](https://help.galaxyproject.org/u/amir)
#### Post date: [July 1, 2019, 5:17pm UTC](https://help.galaxyproject.org/t/should-or-can-paired-end-fastq-be-converted-to-single-end-fastq-and-the-reverse/1648/3 "2019-07-01T17:17:55Z")

</div>

i have this data :  
It is 42bp paired-end sequencing; NextSeq was set for 42 bp for read 1, 6 bp for the multiplexing index, and 42 bp for read 2, so a total of 90 reads, 84 of which are supposed to be RNA. So, they should be 2x42bp reads.

now i can just work with 42 bp reads. and if i cut only 20 bp of it, it became useless. i thought maybe or some how combine the paired to get more nucleotide to work with

> _admin edit for “nucleotide” to remove problematic google search link_

---

<div class="post-metadata">

### Author: ![jennaj](https://sea2.discourse-cdn.com/flex020/user_avatar/help.galaxyproject.org/jennaj/32/27_2.png) [@jennaj](https://help.galaxyproject.org/u/jennaj)
#### Post date: [July 2, 2019, 8:03am UTC](https://help.galaxyproject.org/t/should-or-can-paired-end-fastq-be-converted-to-single-end-fastq-and-the-reverse/1648/4 "2019-07-02T08:03:47Z")

</div>

> [@amir](#):
>
> combine the paired to get more nucleotide to work with

Hi, I’m not sure what you mean by this, the link appeared to be a google search?

Anyway – use the data as paired-end inputs. Not only does this preserve the true content, but read pairs are an important scientific content advantage for many analysis protocols.

---

<div class="post-metadata">

### Author: ![gbbio](https://sea2.discourse-cdn.com/flex020/user_avatar/help.galaxyproject.org/gbbio/32/366_2.png) [@gbbio](https://help.galaxyproject.org/u/gbbio)
#### Post date: [July 2, 2019, 11:08am UTC](https://help.galaxyproject.org/t/should-or-can-paired-end-fastq-be-converted-to-single-end-fastq-and-the-reverse/1648/5 "2019-07-02T11:08:09Z")

</div>

You can not go from single-end to paired-end. Maybe you can think of something to simulate it but this data is not useable for doing an actual analyses. To go from paired-end to single-end (wrong terminology see first reply of jennaj) you could use something like FLASH. If you need to do some mapping, most tools can handle paired-end data.

---

<div class="post-metadata">

### Author: ![jennaj](https://sea2.discourse-cdn.com/flex020/user_avatar/help.galaxyproject.org/jennaj/32/27_2.png) [@jennaj](https://help.galaxyproject.org/u/jennaj)
#### Post date: [July 3, 2019, 7:59am UTC](https://help.galaxyproject.org/t/should-or-can-paired-end-fastq-be-converted-to-single-end-fastq-and-the-reverse/1648/6 "2019-07-03T07:59:45Z")

</div>

> [@gbbio](#):
>
> FLASH

Thank you @gbbio for adding in this detail. Agree with everything you state.

For some cases where the reads actually overlap, this type of micro “assembly” to generate a consensus is appropriate. And yes, that would not technically result in “single-end” data and shouldn’t be used that way.

@amir To learn more about FLASH, see the tool form. A short description is in the help section and link to the publication is at the bottom. 🙂
