Originally posted by lcollado
View Post
Unconfigured Ad
Collapse
X
-
Simulating longer PE Illumina reads,
Hi. I finally found this after searching a bit...on the metasim website there are two configuration files for both 60 and 80 pb PE illumina reads...basically, these contain all the parameters for Illumina PE error models and you can upload it as a configuration file. Hope that helps.
kathryn
Comment
-
is it missing some files?Originally posted by nilshomer View PostAh, get the source code via git as there is not release yet:
NilsCode:git clone git://dnaa.git.sourceforge.net/gitroot/dnaa/dnaa
Just did a git clone
but I can't configure / make
$ ./configure
bash: ./configure: No such file or directory
Comment
-
try this before configure:Originally posted by KevinLam View Postis it missing some files?
Just did a git clone
but I can't configure / make
$ ./configure
bash: ./configure: No such file or directory
I have updated the INSTALL to include this step. Thanks for spotting the poor documentation.Code:sh autogen.sh
Comment
-
Thanks Nils!
Actually there's only one shell script so it's quite evident (my bad)
anyway i ran that
Code:sh autogen.sh Preparing the dnaa build system...please wait ERROR: Unable to locate GNU Autoconf. ERROR: To prepare the dnaa build system from scratch, at least version 2.52 of GNU Autoconf must be installed. autogen.sh does not need to be run on the same machine that will run configure or make. Either the GNU Autotools will need to be installed or upgraded on this system, or autogen.sh must be run on the source code on another system and then transferred to here. -- Cheers!
is it possible for you to include the autoconf files?
I do not have that installed on my system
Comment
-
Probably not the best idea to include autoconf with source code. If you mean the ./configure script, then it will be included in the releases (no release yet). You will have to either install the appropriate autoconf version or you can PM/email me and I would be happy to send you a tar-ball.Originally posted by KevinLam View PostThanks Nils!
Actually there's only one shell script so it's quite evident (my bad)
anyway i ran that
Code:sh autogen.sh Preparing the dnaa build system...please wait ERROR: Unable to locate GNU Autoconf. ERROR: To prepare the dnaa build system from scratch, at least version 2.52 of GNU Autoconf must be installed. autogen.sh does not need to be run on the same machine that will run configure or make. Either the GNU Autotools will need to be installed or upgraded on this system, or autogen.sh must be run on the source code on another system and then transferred to here. -- Cheers!
is it possible for you to include the autoconf files?
I do not have that installed on my system
Comment
-
wgsim
Hello,
I am using wgsim to generate simulated reads of 76bp length(Solexa).
The fastq that is generated - Is it solexa fastq or sanger fastq ? Since there is no options to specify the fastq type required, I thought it to be Sanger. Is it correct?
Thanks,
Srividya
Comment
-
Hello srividya,
I don't know the answer, but you can find out using the ASCII table: http://es.wikipedia.org/wiki/ASCII
Solexa fastq (>= 1.3) won't have any values below 64. Meaning that numbers (48 to 57 in decimal ASCII) shouldn't appear in the quality lines of your fastq file.
Greetings,
LeonardoL. Collado Torres, Ph.D. student in Biostatistics.
Comment
-
No problem and I'm glad you were able to solve your question
LeoL. Collado Torres, Ph.D. student in Biostatistics.
Comment
-
Questions regarding synthetic data generation
Hi all,
I found this thread about generating synthetic reads for Illumina platform and since I need to generate such synthetic data, I post my question here (as opposed to creating a new thread!).
1) is it possible to generate SE reads and not PE?
2) does anyone know the advantage/disanvantages of “wgsim” from SAMTOOLs vs. “dwgsim” from the DNAA package? What has been modified in dwgsim? it is not very clear to me, since the README file of DNAA package says that:
“This is a fork of the SAMtools wgsim, since certain assumptions are made that we do not agree with.”
what are these assumptions? What has been modified? Is there any publication that elaborates these issues?
3) is there any statistical consideration involved in the generation of the reads? e.g. larger genes on the genome get more reads? Or is there any distribution-related consideration while sheering the reference genome? is the errors distributed uniformly in both software?
4) any other recommendations for synthetic data generation?
Thank you for any help in advance
Comment
-
1) Yes, specify "-2 0".Originally posted by tldgID View PostHi all,
I found this thread about generating synthetic reads for Illumina platform and since I need to generate such synthetic data, I post my question here (as opposed to creating a new thread!).
1) is it possible to generate SE reads and not PE?
2) does anyone know the advantage/disanvantages of “wgsim” from SAMTOOLs vs. “dwgsim” from the DNAA package? What has been modified in dwgsim? it is not very clear to me, since the README file of DNAA package says that:
“This is a fork of the SAMtools wgsim, since certain assumptions are made that we do not agree with.”
what are these assumptions? What has been modified? Is there any publication that elaborates these issues?
3) is there any statistical consideration involved in the generation of the reads? e.g. larger genes on the genome get more reads? Or is there any distribution-related consideration while sheering the reference genome? is the errors distributed uniformly in both software?
4) any other recommendations for synthetic data generation?
Thank you for any help in advance
2) The fork was done to provide better color space (SOLiD) support, in particular to include the first color and adapter.
3) Random read placement, errors distributed according to the error rate.
Comment
-
Originally posted by nilshomer View Post1) Yes, specify "-2 0".
2) The fork was done to provide better color space (SOLiD) support, in particular to include the first color and adapter.
3) Random read placement, errors distributed according to the error rate.
Thank you Nils!
About Q2: so, if I need Illumina-like synthetic data, it won't make a difference to use “wgsim” or “dwgsim”?
About Q3: can you elaborate more about “Random read placement”? My understanding is that the error rate is pre-specified, then when the reads are generated, in each position, the nt can be changed according to the error rate. Is this related to “Random read placement” or you meant something else?
Thanks again
Comment
-
Q2: there are a number of differences, including left-justification of indels and small bug fixes. You will notice differences and I encourage you test both out as I cannot predict all the differences.
Q3: a read's start position is randomly drawn from all possible start positions. Random errors are then introduced according to the per-base error rate.
Comment
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
-
by SEQadmin2
Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.
The systematic characterization of the human proteome has...-
Channel: Articles
07-20-2026, 11:48 AM -
-
by SEQadmin2
Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
...-
Channel: Articles
07-09-2026, 11:10 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 08-03-2026, 10:13 AM
|
0 responses
16 views
0 reactions
|
Last Post
by SEQadmin2
08-03-2026, 10:13 AM
|
||
|
Started by SEQadmin2, 07-31-2026, 02:55 AM
|
0 responses
32 views
0 reactions
|
Last Post
by SEQadmin2
07-31-2026, 02:55 AM
|
||
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
23 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
||
|
Started by SEQadmin2, 07-23-2026, 11:41 AM
|
0 responses
21 views
0 reactions
|
Last Post
by SEQadmin2
07-23-2026, 11:41 AM
|
Comment