Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
Display all reference files used in the MultiQC report
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Sep 14, 2017
1 parent 0c0ef37 commit 32e02e3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,19 @@ process GenerateMultiQCconfig {
echo "- Step: "${step} >> multiqc_config.yaml
echo "- Tools: "${tools.join(", ")} >> multiqc_config.yaml
echo ${annotateString} >> multiqc_config.yaml
echo " acLoci : $referenceMap.acLoci" >> multiqc_config.yaml
echo " bwaIndex : "${referenceMap.bwaIndex.join(", ")} >> multiqc_config.yaml
echo " cosmic : $referenceMap.cosmic" >> multiqc_config.yaml
echo " cosmicIndex : $referenceMap.cosmicIndex" >> multiqc_config.yaml
echo " dbsnp : $referenceMap.dbsnp" >> multiqc_config.yaml
echo " dbsnpIndex : $referenceMap.dbsnpIndex" >> multiqc_config.yaml
echo " genomeDict : $referenceMap.genomeDict" >> multiqc_config.yaml
echo " genomeFile : $referenceMap.genomeFile" >> multiqc_config.yaml
echo " genomeIndex : $referenceMap.genomeIndex" >> multiqc_config.yaml
echo " intervals : $referenceMap.intervals" >> multiqc_config.yaml
echo " knownIndels : "${referenceMap.knownIndels.join(", ")} >> multiqc_config.yaml
echo " knownIndelsIndex: "${referenceMap.knownIndelsIndex.join(", ")} >> multiqc_config.yaml
echo " snpeffDb : ${params.genomes[params.genome].snpeffDb}" >> multiqc_config.yaml
echo "top_modules:" >> multiqc_config.yaml
echo "- 'fastqc'" >> multiqc_config.yaml
echo "- 'picard'" >> multiqc_config.yaml
Expand Down

0 comments on commit 32e02e3

Please sign in to comment.