| 180 | | * See [[http://hannonlab.cshl.edu/fastx_toolkit/commandline.html#fastx_clipper_usage|fastx_clipper usage]] (or ''fastx_clipper -h'') for more arguments |
| | 180 | |
| | 181 | |
| | 182 | * [[http://code.google.com/p/cutadapt/|cutadapt]] is a good tool that is designed to find and remove adapters: |
| | 183 | * more options than fastx_clipper, such as specifically trimming 5' or 3' adapters and specifying error rate (allowed mismatches) |
| | 184 | * much more conservative than fastx_clipper. |
| | 185 | * [wiki:SOPs/cutadapt sample usage] |
| | 186 | * sample command: |
| | 187 | |
| | 188 | {{{ |
| | 189 | bsub cutadapt -a GATCGGAAGAGCTCGTATGCCGTCTT –o Nanog_noAdapter.fastq Nanog.fastq |
| | 190 | |
| | 191 | In the above command: |
| | 192 | -a: Sequence of an adapter that was ligated to the 3' end. |
| | 193 | -o: output file name |
| | 194 | }}} |
| | 195 | |
| | 196 | * See [[http://hannonlab.cshl.edu/fastx_toolkit/commandline.html#fastx_clipper_usage|fastx_clipper usage]] (or ''fastx_clipper -h'') for more arguments |