yes. It did work.. I then split the fastq files per barcode using fastx barcode splitter. However, it still did not solve my problem of less number of reads being aligned after running tophat. Also, fastq files I obtained from fastx and casava were totally different!
Unconfigured Ad
Collapse
X
-
-
well my barcodes are not illumina but are nugen. I ran casava normally with the added
use-bases-mask parameter. it did not complain and generated fastq files. When I ran tophat with these files, it somehow could not align most of the reads. Final read count of SAM files was in thousands or even less in some cases.
I then generated 1 fastq files per lane through casava ignoring the barcodes. Then used barcodespliiter to split the fastq file according to the barcode.
For any sample, fastq file generated this way did not match with the one generated by casava. (in terms of number of lines as well as contents).
Also, tophat alignment does better job then the previous version. But the line counts of the SAM file are still not in millions.. I am not sure of my results at this point.
Comment
-
I ran barsplitter as follows:
cat combined.fastq | fastx_barcode_splitter.pl --bcfile ../barcode1.txt --bol --mismatches 1 --prefix "lane1" --suffix ".fastq"
It creates separate fastq files but barcodes are retained in the file. So I removed those (first 4) first using:
fastx_trimmer -i fastqfile -o trim_fastqfile -f 5 -l 50 -Q 33
then ran tophat on the fastq files.
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 -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 11:17 AM
|
0 responses
1 view
0 reactions
|
Last Post
by SEQadmin2
Today, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
15 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
38 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
||
|
Started by SEQadmin2, 08-11-2026, 10:35 AM
|
0 responses
31 views
0 reactions
|
Last Post
by SEQadmin2
08-11-2026, 10:35 AM
|
Comment