Skip to content

Commit

Permalink
Update src/main/java/io/seqera/tower/cli/commands/pipelines/LaunchOpt…
Browse files Browse the repository at this point in the history
…ions.java
  • Loading branch information
llewellyn-sl authored Sep 3, 2024
1 parent 22200ab commit 03fb2f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class LaunchOptions {
@Option(names = {"--revision"}, description = "A valid repository commit Id, tag or branch name.")
public String revision;

@Option(names = {"--config"}, description = "Path to a Nextflow config file. Values defined here override the same values in the pipeline repository config file.")
@Option(names = {"--config"}, description = "Path to a Nextflow config file. Values defined here override the same values in the pipeline repository config file, and all configuration values specified in Platform pipeline or compute environment Nextflow config fields are ignored.")
public Path config;

@Option(names = {"--pre-run"}, description = "Bash script that is executed in the same environment where Nextflow runs just before the pipeline is launched.")
Expand Down

0 comments on commit 03fb2f7

Please sign in to comment.