Skip to content

Commit

Permalink
Don't consume software_versions_yaml channel for MultiQC. Update dock…
Browse files Browse the repository at this point in the history
…er image for MultiQC version.
  • Loading branch information
ewels committed Aug 30, 2017
1 parent 1d9344c commit f491c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ RUN mkdir /opt/MethylDackel && \
rm /opt/MethylDackel/MethylDackel.zip

# Install MultiQC
RUN pip install git+https://github.com/ewels/MultiQC.git
RUN pip install multiqc
2 changes: 1 addition & 1 deletion bismark.nf
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ process multiqc {
file ('bismark/*') from bismark_reports_results.collect()
file ('bismark/*') from bismark_summary_results.collect()
file ('qualimap/*') from qualimap_results.collect()
file ('software_versions/*') from software_versions_yaml
file ('software_versions/*') from software_versions_yaml.collect()

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

0 comments on commit f491c8a

Please sign in to comment.