You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/output.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The directories listed below will be created in the results directory after the
10
10
11
11
### Sample information
12
12
13
-
A separate directory will be created in the output directory for each sample containing all output files for that sample.
13
+
A separate directory will be created in the output directory for each sample containing all output files for that sample. If a library name is given in the samplesheet, the sample directories will be nested within a library directory.
14
14
15
15
<detailsmarkdown="1">
16
16
<summary>Output files</summary>
@@ -44,6 +44,7 @@ A separate directory will be created in the output directory for each sample con
44
44
-`SAMPLE.regions.bed.gz`: The regional BED file, showing how well covered the requested regions are, calculated by `mosdepth` (only when a ROI BED file has been given)
45
45
-`SAMPLE.regions.bed.gz.csi`: The index of the regional BED file
46
46
-`SAMPLE.stats`: General statistics for the sample
47
+
-`multiqc/`: Directory containing the MultiQC report for the sample or library
47
48
</details>
48
49
49
50
### Extra outputs for flowcell inputs
@@ -70,20 +71,18 @@ Some additional files will be created when a flowcell input has been used.
70
71
71
72
</details>
72
73
73
-
[MultiQC](http://multiqc.info) is a visualization tool that generates a single HTML report summarising all samples in your project. Most of the pipeline QC results are visualised in the report and further statistics are available in the report data directory.
74
+
[MultiQC](https://seqera.io/multiqc/) is a visualization tool that generates a single HTML report summarising all samples in your project. Most of the pipeline QC results are visualised in the report and further statistics are available in the report data directory.
74
75
75
-
Results generated by MultiQC collate pipeline QC from supported tools e.g. FastQC. The pipeline has special steps which also allow the software versions to be reported in the MultiQC output for future traceability. For more information about how to use MultiQC reports, see <http://multiqc.info>.
76
+
Results generated by MultiQC collate pipeline QC from supported tools e.g. FastQC. The pipeline has special steps which also allow the software versions to be reported in the MultiQC output for future traceability. For more information about how to use MultiQC reports, see <https://seqera.io/multiqc/>.
76
77
77
78
### Pipeline information
78
79
79
80
<detailsmarkdown="1">
80
81
<summary>Output files</summary>
81
82
82
83
-`pipeline_info/`
83
-
- Reports generated by Nextflow: `execution_report.html`, `execution_timeline.html`, `execution_trace.txt` and `pipeline_dag.dot`/`pipeline_dag.svg`.
84
+
- Reports generated by Nextflow: `execution_report.html`, `execution_timeline.html`, `execution_trace.txt` and `pipeline_dag.mmd`.
84
85
- Reports generated by the pipeline: `pipeline_report.html`, `pipeline_report.txt` and `software_versions.yml`. The `pipeline_report*` files will only be present if the `--email` / `--email_on_fail` parameter's are used when running the pipeline.
85
-
- Reformatted samplesheet files used as input to the pipeline: `samplesheet.valid.csv`.
86
-
- Parameters used by the pipeline run: `params.json`.
0 commit comments