Skip to content

Commit

Permalink
Add alevin logs to multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
olgabot committed Jun 13, 2019
1 parent 87a34a9 commit 7dd13ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ process run_alevin {


output:
file "${name}_alevin_results" into alevin_results
file "${name}_alevin_results" into alevin_results, alevin_logs

script:
read1 = reads[0]
Expand Down Expand Up @@ -473,6 +473,7 @@ process multiqc {
file ('software_versions/*') from software_versions_yaml
file workflow_summary from create_workflow_summary(summary)
file ('STAR/*') from star_log.collect().ifEmpty([])
file ('alevin/*') from alevin_logs.collect().ifEmpty([])

output:
file "*multiqc_report.html" into multiqc_report
Expand Down

0 comments on commit 7dd13ea

Please sign in to comment.