From 20db2c9b38837dac6cfa85132719f15b00716fa6 Mon Sep 17 00:00:00 2001 From: Martin Proks Date: Thu, 11 Jun 2020 17:47:15 +0200 Subject: [PATCH] fix: remove `profile` from helper scripts (#139) --- CHANGELOG.md | 4 ++++ download-references.nf | 1 - download-singularity-img.nf | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abe80ca7..1af22b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Upgrade `Arriba v1.1.0` to `Arriba v1.2.0` * Upgrade `fusion-report v2.0.2` to `fusion-report v2.1.0` +### Fixed + +* Removed `profile` from helper scripts [#139](https://github.com/nf-core/rnafusion/issues/139) + ## [1.1.0] nfcore/rnafusion - 2020/02/10 * Fusion gene detection tools: diff --git a/download-references.nf b/download-references.nf index 826491de..2f711d70 100644 --- a/download-references.nf +++ b/download-references.nf @@ -28,7 +28,6 @@ def helpMessage() { Mandatory arguments: --outdir [path] Output directory for downloading - -profile [str] Configuration profile [https://github.com/nf-core/configs] Options: --download_all [bool] Download all references diff --git a/download-singularity-img.nf b/download-singularity-img.nf index 0b07952f..15336c87 100644 --- a/download-singularity-img.nf +++ b/download-singularity-img.nf @@ -31,8 +31,6 @@ def helpMessage() { Mandatory arguments: --outdir [path] Output directory for downloading - -profile [str] Configuration profile to use. Can use multiple (comma separated) - Available: standard, docker, singularity Options: --download_all [bool] Download all images