Skip to content

Commit

Permalink
Fix spacing of text in help
Browse files Browse the repository at this point in the history
  • Loading branch information
adamd3 committed Oct 9, 2023
1 parent 3eb0b44 commit cabf765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Other options:
--skip_trimming [bool] Do not trim adaptors from FastQ files.
--strandedness [str] Is data stranded? Options: `unstranded`, `forward`, `reverse`. Default = reverse.
-name [str] Name for the pipeline run. If not specified, Nextflow will automatically generate a random mnemonic.
-resume Re-start the pipeline if it has been previously run.
-resume Re-start the pipeline if it has been previously run.
```

Explanation of parameters:
Expand Down
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def helpMessage() {
--skip_trimming [bool] Do not trim adaptors from FastQ files.
--strandedness [str] Is data stranded? Options: `unstranded`, `forward`, `reverse`. Default = reverse.
-name [str] Name for the pipeline run. If not specified, Nextflow will automatically generate a random mnemonic.
-resume Re-start the pipeline if it has been previously run.
-resume Re-start the pipeline if it has been previously run.
""".stripIndent()
}

0 comments on commit cabf765

Please sign in to comment.