I have solved the problem.
In step 2, the file's name should be specified as the pl says.
But I think it is a little inconvenient, so I modified the pl to let it work more efficiently.
Unconfigured Ad
Collapse
X
-
I think the data is not the problem cause I have used other align tools to do the alignment, and they all give perfect results. So I think the problem is BWA, maybe I didn't specify the parameters properly, I'll try to solve it.Originally posted by GenoMax View PostProvided you have done what others have already suggested before ...
(and this may be a stupid suggestion) but are you sure the data you have is from your samples (i.e. there was no mix-up at the place where got it sequenced).
Thank you!
Leave a comment:
-
Thank you.Originally posted by westerman View PostSince we do not have access to your files it is hard to troubleshoot problems. But a couple of pieces of general advice in troubleshooting a problem:
1) Do not use any non-standard options; e.g., try 'aln' and 'samse' without any parameters.
2) Try a smaller input file. Especially one with a known-to-be-good sequence. In other words take a bit of your ecoli reference and make it into a color-space read.
Good luck in solving this.
All the parameters are specified as the manual says.
I think the input file is small enough, only 50000 reads.
Thank you for your help.
I'll look into it.
Leave a comment:
-
Provided you have done what others have already suggested before ...
(and this may be a stupid suggestion) but are you sure the data you have is from your samples (i.e. there was no mix-up at the place where got it sequenced).
Leave a comment:
-
Since we do not have access to your files it is hard to troubleshoot problems. But a couple of pieces of general advice in troubleshooting a problem:
1) Do not use any non-standard options; e.g., try 'aln' and 'samse' without any parameters.
2) Try a smaller input file. Especially one with a known-to-be-good sequence. In other words take a bit of your ecoli reference and make it into a color-space read.
Good luck in solving this.
Leave a comment:
-
The reads are converted into fastq format, but they are still in color spaceOriginally posted by swbarnes2 View PostYou are making a color space index, but converting your reads to fastq? Are you sure that's right?
@SRR001354.lite.sra.1 461_28_1048
T23331323333132332323133333332333232
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I tried to input the original csfasta file, it processed 50000 reads, but still with no reads mapped.
50000 + 0 in total (QC-passed reads + QC-failed reads)
0 + 0 duplicates
0 + 0 mapped (0.00%:-nan%)
0 + 0 paired in sequencing
0 + 0 read1
0 + 0 read2
0 + 0 properly paired (-nan%:-nan%)
0 + 0 with itself and mate mapped
0 + 0 singletons (-nan%:-nan%)
0 + 0 with mate mapped to a different chr
0 + 0 with mate mapped to a different chr (mapQ>=5)
Leave a comment:
-
I agree with swbarnes, after creating the color-space index then give bwa the color-space input file and not a nucleotide file.
Leave a comment:
-
You are making a color space index, but converting your reads to fastq? Are you sure that's right?Originally posted by gigigou View PostWhat's the general steps to align a set of reads to ref?
Is the flowing right?
1.build index -> bwa index -c -a is ecoli.fa
2.convert csfasta and correspond qual file into fastq
3.Find the SA coordinates of the input reads -> bwa aln -n 3 -t 4 -M 3 -c ecoli.fa t_ecoli.fastq >map.sai
4.Generate alignments in the SAM format given single-end reads -> bwa samse -n 1 ecoli.fa map.sai t_ecoli.fastq >map.sam
Do as the above, I get a sam file with no reads mapped. All the 25000 items have flag 4.
What's more, I have 50000 reads in the input fastq file, why does it only process 25000?
If I delete one read form the fastq file, BWA will process 24999 reads. Why?
And what is the bwasw for?
Thank you !
Leave a comment:
-
Oh, sorry that I missed the ">" in the post, but I did add it in the command line.Originally posted by jimmybee View PostI think in step 3 you are missing the output character. It should be:
bwa aln -n 3 -t 4 -M 3 -c ecoli.fa t_ecoli.fastq > map.sai
See if that helps
So it can't be the reason.
Actually I do get the align file, but in the file I find there is no mapped items. All the 25000 reads are reported unmapped.
thank you all the same
Leave a comment:
-
I think in step 3 you are missing the output character. It should be:
bwa aln -n 3 -t 4 -M 3 -c ecoli.fa t_ecoli.fastq > map.sai
See if that helps
Leave a comment:
-
why can't I get alignment with BWA?
What's the general steps to align a set of reads to ref?
Is the flowing right?
1.build index -> bwa index -c -a is ecoli.fa
2.convert csfasta and correspond qual file into fastq
3.Find the SA coordinates of the input reads -> bwa aln -n 3 -t 4 -M 3 -c ecoli.fa t_ecoli.fastq >map.sai
4.Generate alignments in the SAM format given single-end reads -> bwa samse -n 1 ecoli.fa map.sai t_ecoli.fastq >map.sam
Do as the above, I get a sam file with no reads mapped. All the 25000 items have flag 4.
What's more, I have 50000 reads in the input fastq file, why does it only process 25000?
If I delete one read form the fastq file, BWA will process 24999 reads. Why?
And what is the bwasw for?
Thank you !Last edited by gigigou; 09-06-2012, 05:54 AM.
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
Today, 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, Today, 02:55 AM
|
0 responses
7 views
0 reactions
|
Last Post
by SEQadmin2
Today, 02:55 AM
|
||
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
11 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
||
|
Started by SEQadmin2, 07-23-2026, 11:41 AM
|
0 responses
12 views
0 reactions
|
Last Post
by SEQadmin2
07-23-2026, 11:41 AM
|
||
|
Started by SEQadmin2, 07-20-2026, 11:10 AM
|
0 responses
24 views
0 reactions
|
Last Post
by SEQadmin2
07-20-2026, 11:10 AM
|
Leave a comment: