Hi Igor,
Thanks for suggesting me the fastx_trimmer. The reason why I chosen trimmomatic is, it has list of adapters and primers in fasta format. But in fastx_trimmer I will be able to provide only a single string of adapter.
$ fastx_clipper -h usage: fastx_clipper [-h] [-a ADAPTER] [-D] [-l N] [-n] [-d N] [-c] [-C] [-o] [-v] [-z] [-i INFILE] [-o OUTFILE]
Does it looks reasonable, if I use fast_trimmer to trim last 50 bases and then use that trimmed fastq file to trimmomatic to do the quality trimming and adapter trimming?
You should be able to look at the result file while the program is running (
zmoreorgzip -c filename | more).Thanks for providing me the command.