Hi
I need to map small RNA sequences onto a genome using BWA.
The read file (reads.fa) is in the following format:
>EMUNAOL01D19UY length 23 duplications 0
CGTCTTGGTTTGTCTAAAGGGGC
>EMUNAOL01EK9BY length 24 duplications 0
TGGTGGAGGCCCGCAGCGATACTG
>EMUNAOL02GZHTT length 24 duplications 0
GGGCAAAAGTACAAAGTTCATGTG
>EMUNAOL02IQUC1 length 24 duplications 0
AGAAATGTTGCTACATAAATTGGA
How can I convert this file to a FASTAQ file (reads.fastq) suitable for BWA?
I tried maq but I couldn't get it to work - it just produced a file of 0 bytes - so i'm not sure if it's suitable for what i'm trying to do. Is there another program might be useful?
Thanks
Jon
I need to map small RNA sequences onto a genome using BWA.
The read file (reads.fa) is in the following format:
>EMUNAOL01D19UY length 23 duplications 0
CGTCTTGGTTTGTCTAAAGGGGC
>EMUNAOL01EK9BY length 24 duplications 0
TGGTGGAGGCCCGCAGCGATACTG
>EMUNAOL02GZHTT length 24 duplications 0
GGGCAAAAGTACAAAGTTCATGTG
>EMUNAOL02IQUC1 length 24 duplications 0
AGAAATGTTGCTACATAAATTGGA
How can I convert this file to a FASTAQ file (reads.fastq) suitable for BWA?
I tried maq but I couldn't get it to work - it just produced a file of 0 bytes - so i'm not sure if it's suitable for what i'm trying to do. Is there another program might be useful?
Thanks
Jon
Comment