Flexbar moved to https://github.com/seqan/flexbar
The program Flexbar processes high-throughput sequencing data efficiently. It demultiplexes barcoded runs and removes adapter sequences. Moreover, trimming and filtering features are provided. Flexbar supports next-generation sequencing data in fasta and fastq format, e.g. from the Illumina platform.
Reference:
Matthias Dodt, Johannes T. Roehr, Rina Ahmed, Christoph Dieterich: Flexbar — flexible barcode and adapter processing for next-generation sequencing platforms. Biology 2012, 1(3):895-905.
Features
- Demultiplexing of barcoded sequencing runs
- Detection and removal of adapter sequences
- Paired reads and separate barcode reads
- Sequence analysis based on SeqAn library
Categories
Bio-InformaticsLicense
GNU General Public License version 3.0 (GPLv3)Follow Flexbar
You Might Also Like
Free CRM Software With Something for Everyone
Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks for Flexbar, it's perfect!
-
does what it says. fast
-
Hi aue0618! Yes you are right - there was a bug introduced that got fixed in the latest version! Thanks for the hint- just download 2.13 and it should work again!
-
I like your program, but the reporting of the stats is a little confusing for Pair end data. It is not easy to understand how many PAIRS you have removed based on it not passing one of the filters. If one of the pairs contains an N, you report 1 read (of two total) containing an N, but you also remove the other reads (as you should) but you don't report this number. So if BOTH reads contained the N, you ALSO report 1 for the Discard N but still only remove 1 read pair....Even though there are 2 reads with an N Also, it seems that the USED field is always the same as the READS IN FILE field...I would have expected the USED field to be READS IN FILE minus DISCARD_B minus DISCARD_QUAL Or am I missing something ?
-
Output files are truncated when processing sanger-fastq using this command-line: flexbar -n 32 -t flexbar-3 -f fastq-sanger -s 121025_0005_000000000-A2056_1.sanfastq -a linker3.fasta -ae RIGHT -at 1 -aa -m 15 >flexbar-3.fastq.log 2>&1 I've not looked at the sources, but it might be a failure to flush the ouput stream.