Skip to content

Commit

Permalink
make study mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-such-code committed Oct 21, 2024
1 parent 9b59e2c commit 6365958
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class TransferDataToSeekCommand implements Runnable {
@Parameters(arity = "1", paramLabel = "openbis id", description = "The identifier of the "
+ "experiment, sample or dataset to transfer.")
private String objectID;
@Option(names = "--seek-study", description = "Title of the study in SEEK where nodes should be "
+ "added. Mandatory for assay creation.")
@Parameters(arity = "1", paramLabel = "seek-study", description = "Title of the study in SEEK where "
+ "nodes should be added. Mandatory, as an assay is always needed and attached to a study.")
private String studyTitle;
@Option(names = "--seek-project", description = "Title of the project in SEEK where nodes should"
+ "be added. Can alternatively be provided via the config file as 'seek_default_project'.")
Expand Down

0 comments on commit 6365958

Please sign in to comment.