Skip to content

Commit

Permalink
Merge pull request #28 from ewels/master
Browse files Browse the repository at this point in the history
UPPMAX fixes for sw version refactoring
  • Loading branch information
ewels committed Aug 7, 2017
2 parents fd5559d + cb2d932 commit 29621e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bismark.nf
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ process get_software_versions {
script:
"""
echo $version > v_ngi_methylseq.txt
echo $nextflow.version > v_nextflow.txt
echo $workflow.nextflow.version > v_nextflow.txt
bismark_genome_preparation --version > v_bismark_genome_preparation.txt
fastqc --version > v_fastqc.txt
cutadapt --version > v_cutadapt.txt
Expand Down
1 change: 1 addition & 0 deletions conf/uppmax-devel.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ process {
}
$get_software_versions {
errorStrategy = 'ignore'
module = ['bioinfo-tools', 'FastQC', 'TrimGalore', 'samtools/1.3', 'bismark', 'QualiMap', 'MultiQC']
}
// NB: Overwrite this in a config file in the working directory (nextflow.config) or with -c
// if you have your own installation of MultiQC outside of the environment module system.
Expand Down
1 change: 1 addition & 0 deletions conf/uppmax.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ process {
}
$get_software_versions {
errorStrategy = 'ignore'
module = ['bioinfo-tools', 'FastQC', 'TrimGalore', 'samtools/1.3', 'bismark', 'QualiMap', 'MultiQC']
}
// NB: Overwrite this in a config file in the working directory (nextflow.config) or with -c
// if you have your own installation of MultiQC outside of the environment module system.
Expand Down

0 comments on commit 29621e1

Please sign in to comment.