diff --git a/software/bandage/image/main.nf b/software/bandage/image/main.nf index 7f311746..57b5f23f 100644 --- a/software/bandage/image/main.nf +++ b/software/bandage/image/main.nf @@ -11,7 +11,7 @@ process BANDAGE_IMAGE { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } - conda (params.enable_conda ? 'bioconda::bandage=0.8.1' : null) + conda (params.enable_conda ? 'bioconda::bandage=0.8.1=hc9558a2_2' : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/bandage:0.8.1--hc9558a2_2" } else { diff --git a/software/bcftools/consensus/main.nf b/software/bcftools/consensus/main.nf index c74d21d0..1e640542 100644 --- a/software/bcftools/consensus/main.nf +++ b/software/bcftools/consensus/main.nf @@ -10,7 +10,7 @@ process BCFTOOLS_CONSENSUS { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } - conda (params.enable_conda ? "bioconda::bcftools=1.11" : null) + conda (params.enable_conda ? "bioconda::bcftools=1.11=h7c999a4_0" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/bcftools:1.11--h7c999a4_0" } else { diff --git a/software/bcftools/stats/main.nf b/software/bcftools/stats/main.nf index f0b81457..ffb9a468 100644 --- a/software/bcftools/stats/main.nf +++ b/software/bcftools/stats/main.nf @@ -21,8 +21,8 @@ process BCFTOOLS_STATS { tuple val(meta), path(vcf) output: - tuple val(meta), path("*.txt"), emit: stats - path "*.version.txt" , emit: version + tuple val(meta), path("*stats.txt"), emit: stats + path "*.version.txt" , emit: version script: def software = getSoftwareName(task.process) diff --git a/software/bcftools/stats/meta.yml b/software/bcftools/stats/meta.yml index fd8319e6..75ed50f4 100644 --- a/software/bcftools/stats/meta.yml +++ b/software/bcftools/stats/meta.yml @@ -52,7 +52,7 @@ output: - stats: type: file description: Text output file containing stats - pattern: "*.{txt}" + pattern: "*_{stats.txt}" - version: type: file description: File containing software version diff --git a/software/bedtools/maskfasta/main.nf b/software/bedtools/maskfasta/main.nf index ccd93df7..1051a80e 100644 --- a/software/bedtools/maskfasta/main.nf +++ b/software/bedtools/maskfasta/main.nf @@ -11,7 +11,7 @@ process BEDTOOLS_MASKFASTA { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } - conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null) + conda (params.enable_conda ? "bioconda::bedtools=2.30.0=hc088bd4_0" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0" } else { diff --git a/software/gunzip/main.nf b/software/gunzip/main.nf index 20f6467d..b9647a4a 100644 --- a/software/gunzip/main.nf +++ b/software/gunzip/main.nf @@ -10,7 +10,7 @@ process GUNZIP { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:'') } - conda (params.enable_conda ? "conda-forge::sed=4.7" : null) + conda (params.enable_conda ? "conda-forge::sed=4.7=h1bed415_1000" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img" } else { diff --git a/software/stringtie/main.nf b/software/stringtie/main.nf index e624354b..1d69bb50 100644 --- a/software/stringtie/main.nf +++ b/software/stringtie/main.nf @@ -25,7 +25,7 @@ process STRINGTIE { output: tuple val(meta), path("*.coverage.gtf") , emit: coverage_gtf tuple val(meta), path("*.transcripts.gtf"), emit: transcript_gtf - tuple val(meta), path("*.txt") , emit: abundance + tuple val(meta), path("*.abundance.txt") , emit: abundance tuple val(meta), path("*.ballgown") , emit: ballgown path "*.version.txt" , emit: version @@ -45,7 +45,7 @@ process STRINGTIE { $strandedness \\ -G $gtf \\ -o ${prefix}.transcripts.gtf \\ - -A ${prefix}.gene_abundance.txt \\ + -A ${prefix}.gene.abundance.txt \\ -C ${prefix}.coverage.gtf \\ -b ${prefix}.ballgown \\ $options.args diff --git a/software/untar/main.nf b/software/untar/main.nf index 8912fb0b..62596ef6 100644 --- a/software/untar/main.nf +++ b/software/untar/main.nf @@ -10,7 +10,7 @@ process UNTAR { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:'') } - conda (params.enable_conda ? "conda-forge::sed=4.7" : null) + conda (params.enable_conda ? "conda-forge::sed=4.7=h1bed415_1000" : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img" } else {