diff --git a/docs/pipelines/flexiprep.md b/docs/pipelines/flexiprep.md index 613b534633b5e34993e7d4d4d0e76210de10c5e7..83d2dd6db660129e2ddf4e6bdcd5690d08d56275 100644 --- a/docs/pipelines/flexiprep.md +++ b/docs/pipelines/flexiprep.md @@ -55,8 +55,8 @@ All other values should be provided in the config. Specific config values toward | Name | Type | Function | | ---- | ---- | -------- | -| skiptrim | Boolean | Skip the trimming step | -| skipclip | Boolean | Skip the clipping step | +| skiptrim | Boolean | Default false, if true the trimming step is skipped | +| skipclip | Boolean | Default false, if true the clipping step is skipped | ## Result files The results from this pipeline will be a fastq file. @@ -139,5 +139,7 @@ The pipeline also outputs 2 Fastqc runs one before and one after quality control │  │  └── summary.txt │  └── mySample_01.R2.qc_fastqc.zip ├── mySample_01.R2.qc.fastq.gz -└── mySample_01.R2.qc.fastq.gz.md5 +├── mySample_01.R2.qc.fastq.gz.md5 +└── report + ~~~