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

nf: change psmn config to use conda

parent 93255688
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ profiles { ...@@ -22,8 +22,8 @@ profiles {
psmn{ psmn{
process{ process{
withName: split_bam { withName: split_bam {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" beforeScript = "./src/conda_psmn.sh"
module = "samtools/1.7" conda = "samtools_1.7"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
......
...@@ -22,8 +22,8 @@ profiles { ...@@ -22,8 +22,8 @@ profiles {
psmn{ psmn{
process{ process{
withName: fastq_dump { withName: fastq_dump {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" beforeScript = "./src/conda_psmn.sh"
module = "sratoolkit/2.8.2" conda = "sratoolkit_2.8.2"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
......
...@@ -30,8 +30,8 @@ profiles { ...@@ -30,8 +30,8 @@ profiles {
psmn{ psmn{
process{ process{
withName: sort_bam { withName: sort_bam {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" beforeScript = "./src/conda_psmn.sh"
module = "samtools/1.7" conda = "samtools_1.7"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
......
...@@ -22,8 +22,8 @@ profiles { ...@@ -22,8 +22,8 @@ profiles {
psmn{ psmn{
process{ process{
withName: trimming { withName: trimming {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" beforeScript = "./src/conda_psmn.sh"
module = "urqt/d62c1f8" conda = "urqt_d62c1f8"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
memory = "5GB" memory = "5GB"
......
...@@ -22,8 +22,8 @@ profiles { ...@@ -22,8 +22,8 @@ profiles {
psmn{ psmn{
process{ process{
withName: trimming { withName: trimming {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" beforeScript = "./src/conda_psmn.sh"
module = "urqt/d62c1f8" conda = "urqt_d62c1f8"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 16 cpus = 16
......
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