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

conda_psmn: fix path of the scripts in configs files

parent 6f8ae0a0
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 40 deletions
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fasta_from_bed {
beforeScript = "./src/conda_psmn.sh"
conda = "bedtools_2.25.0"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/${CONDA_ENVS}bedtools_2.25.0"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: index_fasta {
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie_1.2.2"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/bowtie_1.2.2"
executor = "sge"
clusterOptions = "-cwd -V"
memory = "20GB"
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie/1.2.2:samtools_1.7"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/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 = "./src/conda_psmn.sh"
conda = "bowtie/1.2.2:samtools_1.7"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/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 = "./src/conda_psmn.sh"
conda = "bowtie2_2.3.4.1"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/bowtie2_2.3.4.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie2_2.3.4.1"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/bowtie2_2.3.4.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "./src/conda_psmn.sh"
conda = "bowtie2_2.3.4.1"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/bowtie2_2.3.4.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: index_fasta {
beforeScript = "./src/conda_psmn.sh"
conda = "bwa_0.7.17"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/bwa_0.7.17"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: mapping_fastq {
beforeScript = "./src/conda_psmn.sh"
conda = "bwa_0.7.17"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/bwa_0.7.17"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: adaptor_removal {
beforeScript = "./src/conda_psmn.sh"
conda = "cutadapt_2.1"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/cutadapt_2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: adaptor_removal {
beforeScript = "./src/conda_psmn.sh"
conda = "cutadapt_2.1"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/cutadapt_2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: trimming {
beforeScript = "./src/conda_psmn.sh"
conda = "cutadapt_2.1"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/cutadapt_2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: trimming {
beforeScript = "./src/conda_psmn.sh"
conda = "cutadapt_2.1"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/cutadapt_2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -30,8 +30,8 @@ profiles {
psmn{
process{
withName: index_bam {
beforeScript = "./src/conda_psmn.sh"
conda = "sambamba_0.6.7"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/sambamba_0.6.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: compute_matrix {
beforeScript = "./src/conda_psmn.sh"
conda = "deeptools_3.0.2"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/deeptools_3.0.2"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: plot_profile {
beforeScript = "./src/conda_psmn.sh"
conda = "deeptools_3.0.2"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/deeptools_3.0.2"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fastp_fastq {
beforeScript = "./src/conda_psmn.sh"
conda = "fastp_0.19.7"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/fastp_0.19.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fastp_fastq {
beforeScript = "./src/conda_psmn.sh"
conda = "fastp_0.19.7"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/fastp_0.19.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fastqc_fastq {
beforeScript = "./src/conda_psmn.sh"
conda = "fastqc_0.11.5"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/fastqc_0.11.5"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -22,8 +22,8 @@ profiles {
psmn{
process{
withName: fastqc_fastq {
beforeScript = "./src/conda_psmn.sh"
conda = "fastqc_0.11.5"
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/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