Note that there are some explanatory texts on larger screens.

plurals
  1. POFastq to fasta format with sed/awk command
    primarykey
    data
    text
    <p>I have a data with fastq format:</p> <pre><code>@HISEQ:157:C11RCACXX:6:1101:1522:2491 2:N:0:CGTACG GTGCCNNNNNNNNNNNNNNNNNNNNNNNTGCGNNNNNNNNNNNNNNCNNGCAGATACTCGTANNNNNNNNNGNNNNNNNN NNNNNNNNNNNNNNNNNNNNN + @BCFF########################################################################### ##################### @HISEQ:157:C11RCACXX:6:1101:1668:2494 2:N:0:CGTACG TCTTTNNNNNNNNNNNNNNNNNNNNNNNATTGNNNNNNNNNNNNNNTTNTGTTTTACGGTTTNNNNNNNNGCNNNNNNNN NNNNNNNNNNNNNNNNNNNNN + C@CFF########################################################################### ##################### @HISEQ:157:C11RCACXX:6:1101:2557:2492 2:N:0:CGTACG CCTCTNNNNNNNNNNNNNNNNNNNNNNNGTTGNNNNNNNNNNNNNNCNNCAACACACTCCTCNNNNNNNNGCNNNNNNNN NNNNNNNNNNNNNNNNNNNNN + CCCFF########################################################################### ##################### </code></pre> <p>and I want to split each read with "+" used awk command, but it didnt't work, Is there simple command with see/awk can convert it into fasta format?</p> <p>The expect output should be </p> <pre><code>&gt;HISEQ:157:C11RCACXX:6:1101:1522:2491 2:N:0: CGTACGGTGCCNNNNNNNNNNNNNNNNNNNNNNNTGCGNNNNNNNNNNNNNNCNNGCAGATACTCGTANNNNNNNNNGNNNNNNNN NNNNNNNNNNNNNNNNNNNNN &gt;HISEQ:157:C11RCACXX:6:1101:1668:2494 2:N:0: CGTACGTCTTTNNNNNNNNNNNNNNNNNNNNNNNATTGNNNNNNNNNNNNNNTTNTGTTTTACGGTTTNNNNNNNNGCNNNNNNNN NNNNNNNNNNNNNNNNNNNNN &gt;HISEQ:157:C11RCACXX:6:1101:2557:2492 2:N:0: CGTACGCCTCTNNNNNNNNNNNNNNNNNNNNNNNGTTGNNNNNNNNNNNNNNCNNCAACACACTCCTCNNNNNNNNGCNNNNNNNN NNNNNNNNNNNNNNNNNNNNN </code></pre> <p>Thanks a lot!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload