Skip to content

Commit

Permalink
Update changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Mar 3, 2020
1 parent 6c88a22 commit 21fbef6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Fixes missing parameter `-p` [#351](https://github.com/nf-core/rnaseq/issues/351)
* Fixes broken links [#357](https://github.com/nf-core/rnaseq/issues/357)
* Fixes label name in fastQC process, Issue [#345]
* Make publishDir mode configurable [#391](https://github.com/nf-core/rnaseq/pull/391)

#### Updated Packages

Expand Down
3 changes: 3 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@ Set this parameter to your e-mail address to get a summary e-mail with details o
### `--email_on_fail`
This works exactly as with `--email`, except emails are only sent if the workflow is not successful.

### `--publish_dir_mode`
Choose the publishDir mode. Default is `copy`. See https://www.nextflow.io/docs/latest/process.html#publishdir for more details.

### `-name`

Name for the pipeline run. If not specified, Nextflow will automatically generate a random mnemonic.
Expand Down
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def helpMessage() {
--email Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits
--email_on_fail Same as --email, except only send mail if the workflow is not successful
--max_multiqc_email_size Threshold size for MultiQC report to be attached in notification email. If file generated by pipeline exceeds the threshold, it will not be attached (Default: 25MB)
--publish_dir_mode Choose the publishDir mode. Default 'copy'. See https://www.nextflow.io/docs/latest/process.html#publishdir for more details.
-name Name for the pipeline run. If not specified, Nextflow will automatically generate a random mnemonic
AWSBatch options:
Expand Down

0 comments on commit 21fbef6

Please sign in to comment.