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