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

nf modules: adapt ccin2p3 profile to use singularity

parent e170dad3
No related branches found
No related tags found
No related merge requests found
Showing
with 36 additions and 36 deletions
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: fasta_from_bed {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/bedtools:2.25.0.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -54,7 +54,7 @@ profiles { ...@@ -54,7 +54,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: index_fasta {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/bowtie:1.2.2.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: mapping_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/bowtie:1.2.2.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: mapping_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/bowtie:1.2.2.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -54,7 +54,7 @@ profiles { ...@@ -54,7 +54,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: index_fasta {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/bowtie2:2.3.4.1.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: mapping_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/bowtie2:2.3.4.1.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: mapping_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/bowtie2:2.3.4.1.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -54,7 +54,7 @@ profiles { ...@@ -54,7 +54,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: index_fasta {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity//bwa:0.7.17.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: mapping_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/bwa:0.7.17.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: adaptor_removal {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/cutadapt:2.1.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: adaptor_removal {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/cutadapt:2.1.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: trimming {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/cutadapt:2.1.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: trimming {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/cutadapt:2.1.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: compute_matrix {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/deeptools:3.0.2.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: plot_profile {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/deeptools:3.0.2.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: fastp_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/fastp:0.19.7.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: fastp_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/fastp:0.19.7.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: fastqc_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/fastqc:0.11.5.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: fastqc_fastq {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/fastqc:0.11.5.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -54,7 +54,7 @@ profiles { ...@@ -54,7 +54,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: index_fasta {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/hisat2:2.1.0.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
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