Skip to content

Commit d396dae

Browse files
authored
Update/docs (#162)
* fix download test * Update parameters docs * Update output docs * drop conda profiles * update usage docs
1 parent 6620a29 commit d396dae

5 files changed

Lines changed: 50 additions & 74 deletions

File tree

.github/workflows/download_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ jobs:
9595
env:
9696
NXF_SINGULARITY_CACHEDIR: ./singularity_container_images
9797
NXF_SINGULARITY_HOME_MOUNT: true
98-
run: nextflow run ./${{needs.configure.outputs.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ needs.configure.outputs.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results
98+
run: nextflow run ./${{needs.configure.outputs.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ needs.configure.outputs.REPO_BRANCH }}) -stub -profile test,singularity,s3_ugent --outdir ./results
9999
- name: Run the downloaded pipeline (stub run not supported)
100100
id: run_pipeline
101101
if: ${{ steps.stub_run_pipeline.outcome == 'failure' }}
102102
env:
103103
NXF_SINGULARITY_CACHEDIR: ./singularity_container_images
104104
NXF_SINGULARITY_HOME_MOUNT: true
105-
run: nextflow run ./${{ needs.configure.outputs.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ needs.configure.outputs.REPO_BRANCH }}) -profile test,singularity --outdir ./results
105+
run: nextflow run ./${{ needs.configure.outputs.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ needs.configure.outputs.REPO_BRANCH }}) -profile test,singularity,s3_ugent --outdir ./results
106106

107107
- name: Count the downloaded number of container images
108108
id: count_afterwards

docs/output.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The directories listed below will be created in the results directory after the
1010

1111
### Sample information
1212

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.
1414

1515
<details markdown="1">
1616
<summary>Output files</summary>
@@ -44,6 +44,7 @@ A separate directory will be created in the output directory for each sample con
4444
- `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)
4545
- `SAMPLE.regions.bed.gz.csi`: The index of the regional BED file
4646
- `SAMPLE.stats`: General statistics for the sample
47+
- `multiqc/`: Directory containing the MultiQC report for the sample or library
4748
</details>
4849

4950
### Extra outputs for flowcell inputs
@@ -70,20 +71,18 @@ Some additional files will be created when a flowcell input has been used.
7071

7172
</details>
7273

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.
7475

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/>.
7677

7778
### Pipeline information
7879

7980
<details markdown="1">
8081
<summary>Output files</summary>
8182

8283
- `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`.
8485
- 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`.
8786

8887
</details>
8988

0 commit comments

Comments
 (0)