Software versions/installed R libraries could be written to a text file using a series of bash commands such as: ``` kallisto --version > versionInfo.txt multiqc --version >> versionInfo.txt ```