[x] makes trimmomatic logs to be saved to results/multiqc/trimmomatic/ folder (even when --cleanup option is enabled)
[x] adds trimmomatic logs info to multiqc report:
To test
Run a classic example command and check out multiqc folder in results and multiqc report
git clone https://github.com/TheJacksonLaboratory/splicing-pipelines-nf
cd splicing-pipelines-nf
git checkout adds-trimmomatic-logs-to-report
nextflow run . -profile ultra_quick_test,docker
# Or if on sumner:
nextflow run . -profile ultra_quick_test,sumner
Description
This PR:
results/multiqc/trimmomatic/
folder (even when--cleanup
option is enabled)To test
Run a classic example command and check out multiqc folder in results and multiqc report