TheJacksonLaboratory / splicing-pipelines-nf

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

Adds trimmomatic logs to multiqc report #244

Closed Vlad-Dembrovskyi closed 3 years ago

Vlad-Dembrovskyi commented 3 years ago

Description

This PR:

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
Vlad-Dembrovskyi commented 3 years ago

Also tested and approved by Brittany. Merging.