Skip to content

Commit

Permalink
Load modules for uppmax software versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Aug 7, 2017
1 parent b082006 commit cb2d932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 cb2d932

Please sign in to comment.