[QUOTE=bio-x;6068]
usage: $0 [options] -l libraryname -s seq.fasta -q qlt.fasta > new.frg
can someone give me a complete exampe to run this command.
Announcement
Collapse
No announcement yet.
X
-
Probably,
Code:convert-fasta-to-v2.pl
cheers,
Sven
Leave a comment:
-
hi, you can try the following,
usage: $0 [options] -l libraryname -s seq.fasta -q qlt.fasta > new.frg
-v vector-clear-file A file of 'readUID vecBeg vecEnd', one per line, that is the vector clear range.
-noobt Set the 'doNotOverlapTrim' library feature.
-454 Set library features appropriate for 454 reads (see also sffToCA).
-idregex pattern Use this perl regex to extract the read name from the seq defline.
-l libraryname Name of the library; freeformat text.
-mean m Insert has mean size of m.
-stddev s Insert has std dev of s.
-s seq Fasta file of sequences.
-q qual Fasta file of quality values.
-m matepairing A file of pairs of read UIDs for mated reads, one pair per line, whitespace separated
Leave a comment:
-
Leave a comment:
-
To all members
I have attached a further 2 images showing this effect.Attached Files
Leave a comment:
-
To all members
Dear All
My pcr assay has suddenly began producing these curious strutures-- I have attached an image to show this effect. Can anyone explain please what mat be going on and what I can do to get rid of it. Before this the pcr was working fine.Attached Files
Leave a comment:
-
How to create frg file from SRA data ?
I want to run Celera Assembler usign SRA 454 data, but SRA doesn't provide sff data. They only provide FASTA and FASTQ.
So, how should I do ? I could do this by coverting FASTQ to FASTA and quality file and then converting them to frg file, but this is so roundabout and also I must write some scripts. Let me know if you have any idea for this issue.
thanks in advance
Leave a comment:
-
Originally posted by new300 View PostAre you planning to use the Celera assembler with short reads? Because I don't think it would work very well.
Leave a comment:
-
Code:pair \W+\.b\.abi \W+\.g\.abi
probably not what you want.
Your sample name looks like this: 065I03X00001.b.abi
better this way (\t as separator):
Code:pair (.*)\.b\.abi$ (.*)\.g\.abi$
Sven
Leave a comment:
-
I should try before I reply... Setting test.mates to
Code:pair \.b\.abi \.g\.abi
Now I just need to rerun the assembly and check in hawkeye.
Leave a comment:
-
Sadly it doesn't seem to be working...
Code:toAmos -s x.fasta -q x.qual -o a.afg
Code:toAmos -s x.fasta -q x.qual -m test.mates -o b.afg
Gives:
Code:diff a.afg b.afg 5c5 < Thu Dec 4 12:24:40 2008 --- > Thu Dec 4 12:27:07 2008
Code:pair \W+\.b\.abi \W+\.g\.abi
Leave a comment:
-
Yeah, that's what I wanted to send just about now
Btw,. I meant Bambus *input* not output ...
cheers,
Sven
Leave a comment:
-
Seems the Bambus docs will help:
Leave a comment:
Latest Articles
Collapse
-
by seqadmin
At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...-
Channel: Articles
09-26-2023, 06:26 AM -
-
by seqadmin
Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...-
Channel: Articles
09-07-2023, 11:15 PM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Yesterday, 07:14 AM
|
0 responses
11 views
0 likes
|
Last Post
by seqadmin
Yesterday, 07:14 AM
|
||
Started by seqadmin, 09-29-2023, 09:38 AM
|
0 responses
13 views
0 likes
|
Last Post
by seqadmin
09-29-2023, 09:38 AM
|
||
Started by seqadmin, 09-27-2023, 06:57 AM
|
0 responses
14 views
0 likes
|
Last Post
by seqadmin
09-27-2023, 06:57 AM
|
||
Started by seqadmin, 09-26-2023, 07:53 AM
|
0 responses
33 views
0 likes
|
Last Post
by seqadmin
09-26-2023, 07:53 AM
|
Leave a comment: