mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Revert RSeQC version
This commit is contained in:
parent
d8f202c563
commit
e9e81e8691
7 changed files with 21 additions and 21 deletions
|
@ -8,10 +8,10 @@ process RSEQC_BAMSTAT {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
container "quay.io/biocontainers/rseqc:4.0.0--py38h0213d0e_0"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:4.0.0--py38h0213d0e_0"
|
||||
container "quay.io/biocontainers/rseqc:3.0.1--py37h516909a_1"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:3.0.1--py37h516909a_1"
|
||||
|
||||
conda (params.conda ? "bioconda::rseqc=4.0.0" : null)
|
||||
conda (params.conda ? "bioconda::rseqc=3.0.1" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
|
@ -8,10 +8,10 @@ process RSEQC_INFEREXPERIMENT {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
container "quay.io/biocontainers/rseqc:4.0.0--py38h0213d0e_0"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:4.0.0--py38h0213d0e_0"
|
||||
container "quay.io/biocontainers/rseqc:3.0.1--py37h516909a_1"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:3.0.1--py37h516909a_1"
|
||||
|
||||
conda (params.conda ? "bioconda::rseqc=4.0.0" : null)
|
||||
conda (params.conda ? "bioconda::rseqc=3.0.1" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
|
@ -8,10 +8,10 @@ process RSEQC_INNERDISTANCE {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
container "quay.io/biocontainers/rseqc:4.0.0--py38h0213d0e_0"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:4.0.0--py38h0213d0e_0"
|
||||
container "quay.io/biocontainers/rseqc:3.0.1--py37h516909a_1"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:3.0.1--py37h516909a_1"
|
||||
|
||||
conda (params.conda ? "bioconda::rseqc=4.0.0" : null)
|
||||
conda (params.conda ? "bioconda::rseqc=3.0.1" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
|
@ -8,10 +8,10 @@ process RSEQC_JUNCTIONANNOTATION {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
container "quay.io/biocontainers/rseqc:4.0.0--py38h0213d0e_0"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:4.0.0--py38h0213d0e_0"
|
||||
container "quay.io/biocontainers/rseqc:3.0.1--py37h516909a_1"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:3.0.1--py37h516909a_1"
|
||||
|
||||
conda (params.conda ? "bioconda::rseqc=4.0.0" : null)
|
||||
conda (params.conda ? "bioconda::rseqc=3.0.1" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
|
@ -8,10 +8,10 @@ process RSEQC_JUNCTIONSATURATION {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
container "quay.io/biocontainers/rseqc:4.0.0--py38h0213d0e_0"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:4.0.0--py38h0213d0e_0"
|
||||
container "quay.io/biocontainers/rseqc:3.0.1--py37h516909a_1"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:3.0.1--py37h516909a_1"
|
||||
|
||||
conda (params.conda ? "bioconda::rseqc=4.0.0" : null)
|
||||
conda (params.conda ? "bioconda::rseqc=3.0.1" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
|
@ -8,10 +8,10 @@ process RSEQC_READDISTRIBUTION {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
container "quay.io/biocontainers/rseqc:4.0.0--py38h0213d0e_0"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:4.0.0--py38h0213d0e_0"
|
||||
container "quay.io/biocontainers/rseqc:3.0.1--py37h516909a_1"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:3.0.1--py37h516909a_1"
|
||||
|
||||
conda (params.conda ? "bioconda::rseqc=4.0.0" : null)
|
||||
conda (params.conda ? "bioconda::rseqc=3.0.1" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
|
@ -8,10 +8,10 @@ process RSEQC_READDUPLICATION {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
container "quay.io/biocontainers/rseqc:4.0.0--py38h0213d0e_0"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:4.0.0--py38h0213d0e_0"
|
||||
container "quay.io/biocontainers/rseqc:3.0.1--py37h516909a_1"
|
||||
//container "https://depot.galaxyproject.org/singularity/rseqc:3.0.1--py37h516909a_1"
|
||||
|
||||
conda (params.conda ? "bioconda::rseqc=4.0.0" : null)
|
||||
conda (params.conda ? "bioconda::rseqc=3.0.1" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
Loading…
Reference in a new issue