# HG changeset patch # User jtilman # Date 1528213673 14400 # Node ID 18acb52de258769ff74f1c9829fc934270cb1ae5 # Parent 9709dbd13ee30c13d139bf7ec71c82f1a23bfbd9 Uploaded diff -r 9709dbd13ee3 -r 18acb52de258 flexbar.xml --- a/flexbar.xml Tue Jun 05 11:46:44 2018 -0400 +++ b/flexbar.xml Tue Jun 05 11:47:53 2018 -0400 @@ -1,14 +1,14 @@ - + - + flexible barcode and adapter removal - flexbar + flexbar flexbar --version @@ -28,13 +28,19 @@ #end if #if $reads.ext == "fastqsanger": - --qtrim-format sanger + --format sanger #end if #if $reads.ext == "fastqsolexa": - --qtrim-format solexa + --format solexa #end if #if $reads.ext == "fastqillumina": - --qtrim-format i1.3 + --format i1.3 + #end if + #if $reads.ext == "csfasta": + --color-space + #end if + #if $reads.ext == "fastqcssanger": + --color-space #end if @@ -47,7 +53,7 @@ #end if #if $cTrimPhred.select == "on": - --qtrim TAIL --qtrim-threshold $cTrimPhred.trimPhred + --pre-trim-phred $cTrimPhred.trimPhred #end if #if $cTrimLen.select == "on": @@ -138,7 +144,7 @@ - + @@ -149,7 +155,7 @@ - + @@ -198,7 +204,7 @@ - + @@ -422,7 +428,7 @@ **Description** -Flexbar processes high-throughput sequencing data efficiently. It demultiplexes barcoded runs and removes adapter sequences. Moreover, trimming and filtering features are provided. Flexbar increases read mapping rates and improves genome as well as transcriptome assemblies. It supports next-generation sequencing data in fasta and fastq format, e.g. from Roche 454 and the Illumina platform. Flexbar is available on the project_ page. +Flexbar preprocesses high-throughput sequencing data efficiently. It demultiplexes barcoded runs and removes adapter sequences. Moreover, trimming and filtering features are provided. Flexbar increases read mapping rates and improves genome and transcriptome assemblies. It supports next-generation sequencing data in fasta/q and csfasta/q format from Illumina, Roche 454, and the SOLiD platform. Flexbar is available on the project_ page. .. _project: https://github.com/seqan/flexbar