Skip to content
Snippets Groups Projects
Verified Commit d51c969a authored by Laurent Modolo's avatar Laurent Modolo
Browse files

update psmn module and hisat2 config

parent 88ce59a0
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ profiles {
process{
withName: mapping_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "hisat2/2.0.0"
module = "hisat2/2.0.0:samtools/1.7"
executor = "sge"
clusterOptions = "-cwd -V"
memory = "20GB"
......
......@@ -22,7 +22,7 @@ profiles {
process{
withName: mapping_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "hisat2/2.0.0"
module = "hisat2/2.0.0:samtools/1.7"
executor = "sge"
clusterOptions = "-cwd -V"
memory = "20GB"
......
psmn_modules @ 9ae41bf7
Subproject commit 5d8170aa039744a50c6cf967aabb3c2196efa7d9
Subproject commit 9ae41bf72d4f536d73a76dfd13e375bca7d4f48e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment