Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove profile from helper scripts (#139) #141

Merged
merged 1 commit into from
Jun 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion download-references.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions download-singularity-img.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down