RNA-Seq de novo assembly: split ion proton read sequences
1
0
Entering edit mode
8.8 years ago

Hi all,

I am testing different RNA-Seq de novo transcriptome assembly strategies using Ion Proton reads. To test a particular hypothesis, I wish to chop up the reads, in fastq format, so the sequences are smaller, but not discard any sequence data (sequences have already been quality trimmed/cleaned). Essentially I want to reduce the read length and increase the number of reads e.g. if I halve the read length I will double the number of reads.

Is anyone aware of any tools that can do this? I am not sure how to go about giving identifiers to the new 'reads' that will be created by doing this.

Thanks

RNA-Seq Assembly sequence • 2.0k views
ADD COMMENT
0
Entering edit mode

Excellent thank you so much, I shall try it out.

Jules

ADD REPLY
3
Entering edit mode
8.8 years ago

The BBMap package has a program called Shred that should do what you want:

shred.sh in=reads.fq out=shredded.fq length=50 overlap=0 minlength=1

That will generate 50bp reads from the input, using every base exactly once, with no overlap. You can play with the parameters as needed; I think they're pretty straightforward, but let me know if you have any questions. If you run shred.sh with no parameters it will give longer descriptions.

Sourceforge is down right now but you can download it here.

ADD COMMENT

Login before adding your answer.

Traffic: 2026 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6