Skip to content

Commit 2581853

Browse files
committed
Remove negative aliases for CLI
1 parent b866ec6 commit 2581853

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

exec/INTEGRAL-Radiomics.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
#| name: integral-radiomics
55
#| vanilla: true
66

7-
#| description: Input CSV.
7+
#| description: Path to input CSV.
88
#| val_type: string
99
#| required: true
10+
#| negative_alias: false
1011
input <- NA
1112

12-
#| description: Output CSV
13+
#| description: Path to save output CSV.
1314
#| val_type: string
1415
#| required: true
16+
#| negative_alias: false
1517
output <- NA
1618

1719
df_pred <- integralrad::predict_integral_radiomics(input)

0 commit comments

Comments
 (0)