Determination of longest read-SOAPdenovo2
I'm working on using SOAPdenovo for short-read assembly. How do you determine the length of your longest read? I want to set this equal to the rd_len_cutoff.
Thanks
soapdenovo2
read length
assembly
• 1,776 views
•
link
written
by
eischzj12 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Is third-generation sequencing/long-read-sequencing the only way to identify the full length seque…
written by wangziwei0010 •Thanks for your attention, TLDR: How to get the full length sequence of a novel transcript? Details: 1. There is a novel transcript A I …
-
Merging Transcriptomes from different assemblers
written by pongantaHello all, currently I'm working on the de novo assembly of a non-model plant. I've got tissue-specific illumina-, as well as whole-plant ONP-cDNA-reads. My current …
-
Segmentation fault (core dumped) in SOAP
written by choi.yisoo.hi •Hi, everybody. Now I am trying to de novo assembly by SOAP. My excuted code is this. ~/Downloads/SOAPdenovo2-bin-LINUX-generic-r240/SOAPdenovo-63mer all -s SOAPdenovo.config -o K47 -K -R …
-
Short-long read hybrid de novo assembly - determine k-mer size
written by Kenny •Dear all, I am trying to do a short-long read hybrid de novo assembly on the MiSeq 2x75 paired end data and TruSeq long reads …
-
de-novo whole genome assembly and annotation
written by kratiranjan2020 •I have been trying to assemble a nematode genome denovo from past 6 months. I have got read libraries of different insert lengths 375bp, 500bp …
-
Difficulty understanding SOAPdenovo2 parameters
written by eischzj12 •Hello, I'm currently trying to construct contigs using DNA libraries and am stuck on a particular parameter within the SOAPdenovo2 configuration file. I'm having a …
-
How to assess the quality of metagenomics assembly?
written by beloved2012 •Hello everyone! I'm a beginner of metagenomics research. Presently we use soapdenovo package to perform metagenomics assembly then choose the optimal Scaffold according to N50 …
-
Assembler for large genome de novo assembly with Illumina paired end reads of 150 pb
written by alecloic •Hello, I need some advice.I never realized a genome assembly before. I have to make a de novo genome assembly on a large genome (2.5 …
-
SOAPdenovo assembly question
written by AWHi, Id be very grateful if someone could help answer my question. I am interested as to how the flat `rd_len_cutoff` works in the SOAPdenovo …
-
Soapdenovo Assembly Quality Assessment
written by toshnamHi all, I've got assembly result (scaffolds) from SOAPdenovo and want to assess the quality. How can I make statistics report containing N50, scaffold length …
You can run
stats.shfrom BBMap on your dataset to get that information. What kind of data is this?Paired end Illumina sequence data. Sorry for being vague, I'm not very familiar with the relevant information to provide. Still learning the ropes. BBMap is something I need to download separately then I take it?
I have linked BBMap in post above.
If your illumina sequencing was done for say 150 cycles (you would have 150 bp reads in that case) then the length of your longest (and perhaps all reads, if they have not been trimmed) would be 150.