|
1 | 1 | name: "AdapterRemoval" |
2 | 2 | description: rapid adapter trimming, identification, and read merging. |
| 3 | +url: https://adapterremoval.readthedocs.io/en/latest/ |
3 | 4 | authors: |
4 | 5 | - Filipe G. Vieira |
5 | 6 | input: |
6 | | - - raw fastq file with R1 reads |
7 | | - - raw fastq file with R2 reads (PE only) |
| 7 | + - sample: |
| 8 | + - raw fastq file with R1 reads |
| 9 | + - raw fastq file with R2 reads (PE only) |
8 | 10 | output: |
9 | | - - trimmed fastq file with R1 reads |
10 | | - - trimmed fastq file with R2 reads (PE only) |
11 | | - - fastq file with singleton reads (PE only; PE reads for which the mate has been discarded) |
12 | | - - fastq file with collapsed reads (PE only; overlapping mate-pairs which have been merged into a single read) |
13 | | - - fastq file with collapsed truncated reads (PE only; collapsed reads that were quality trimmed) |
14 | | - - fastq file with discarded reads (reads that did not pass filters) |
15 | | - - settings and stats file |
| 11 | + - fq: path to single fastq file (SE only) |
| 12 | + - fq1: path to fastq R1 (PE only) |
| 13 | + - fq2: path to fastq R2 (PE only) |
| 14 | + - singleton: fastq file with singleton reads (PE only; PE reads for which the mate has been discarded) |
| 15 | + - collapsed: fastq file with collapsed reads (PE only; overlapping mate-pairs which have been merged into a single read) |
| 16 | + - collapsed_trunc: fastq file with collapsed truncated reads (PE only; collapsed reads that were quality trimmed) |
| 17 | + - discarded: fastq file with discarded reads (reads that did not pass filters) |
| 18 | + - settings: settings and stats file |
16 | 19 | notes: | |
17 | | - * For more information see, https://adapterremoval.readthedocs.io/en/latest/ |
| 20 | + * All output files, except for 'settings', must be compressed the same way (gz, or bz2). |
0 commit comments