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
Showing
with 43 additions and 38 deletions
#!/bin/sh
CONDA_PATH=/Xnfs/lbmcdb/common/conda/
source ${CONDA_PATH}init.sh
CONDA_ENVS=${CONDA_PATH}/envs/
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fasta_from_bed {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bedtools/2.25.0"
beforeScript = "./src/conda_psmn.sh"
conda = "bedtools_2.25.0"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: index_fasta {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bowtie/1.2.2"
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie_1.2.2"
executor = "sge"
clusterOptions = "-cwd -V"
memory = "20GB"
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bowtie/1.2.2:samtools/1.7"
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie/1.2.2:samtools_1.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bowtie/1.2.2:samtools/1.7"
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie/1.2.2:samtools_1.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: index_fasta {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bowtie2/2.3.4.1"
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie2_2.3.4.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bowtie2/2.3.4.1:samtools/1.7"
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie2_2.3.4.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bowtie2/2.3.4.1:samtools/1.7"
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie2_2.3.4.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: index_fasta {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bwa/0.7.17"
beforeScript = "./src/conda_psmn.sh"
conda = "bwa_0.7.17"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "bwa/0.7.17"
beforeScript = "./src/conda_psmn.sh"
conda = "bwa_0.7.17"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: adaptor_removal {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "cutadapt/2.1"
beforeScript = "./src/conda_psmn.sh"
conda = "cutadapt_2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: adaptor_removal {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "cutadapt/2.1"
beforeScript = "./src/conda_psmn.sh"
conda = "cutadapt_2.1"
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 = "cutadapt/2.1"
beforeScript = "./src/conda_psmn.sh"
conda = "cutadapt_2.1"
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 = "cutadapt/2.1"
beforeScript = "./src/conda_psmn.sh"
conda = "cutadapt_2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -30,8 +30,8 @@ profiles {
psmn{
process{
withName: index_bam {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "sambamba/0.6.7"
beforeScript = "./src/conda_psmn.sh"
conda = "sambamba_0.6.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: compute_matrix {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "deeptools/3.0.2"
beforeScript = "./src/conda_psmn.sh"
conda = "deeptools_3.0.2"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: plot_profile {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "deeptools/3.0.2"
beforeScript = "./src/conda_psmn.sh"
conda = "deeptools_3.0.2"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fastp_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "fastp/0.19.7"
beforeScript = "./src/conda_psmn.sh"
conda = "fastp_0.19.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fastp_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "fastp/0.19.7"
beforeScript = "./src/conda_psmn.sh"
conda = "fastp_0.19.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fastqc_fastq {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "fastqc/0.11.5"
beforeScript = "./src/conda_psmn.sh"
conda = "fastqc_0.11.5"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
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