TheJacksonLaboratory / splicing-pipelines-nf

Repository for the Anczukow-Lab splicing pipeline
14 stars 9 forks source link

Add tree view of results as last step of CI #257

Closed cgpu closed 2 years ago

cgpu commented 3 years ago

Enhancement

After the CI test finishes with the Nextflow pipeline successfully completed, list the results files.

Solution

Add a command after nextflow run to display the tree structure view of results using the unix tree command

Implemetation

Implemented in https://github.com/TheJacksonLaboratory/splicing-pipelines-nf/pull/251. Initially added installation step for tree, but the GitHub hosted runners (aka the machines used for the CI) already have this installed as a basic dependency, therefore I finally removed.