Skip to content

Commit fdff19a

Browse files
committed
cbio portal locked
1 parent c8a161c commit fdff19a

File tree

5 files changed

+447
-2
lines changed

5 files changed

+447
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#value name

tools/flexynesis/flexynesis_cbioportal_import.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ with open(output_path, 'w') as f:
3131
</configfiles>
3232
<inputs>
3333
<expand macro="commercial_use"/>
34-
<param name="study_id" type="text" optional="false" label="cBioPortal study ID" help="The ID of the study to fetch from cBioPortal (e.g., 'brca_tcga').">
35-
<expand macro="sanitizer"/>
34+
<param name="study_id" label="cBioPortal study ID" type="select" help="contact the administrator of this Galaxy instance if you miss a study ID">
35+
<options from_data_table="cbio">
36+
</options>
3637
</param>
3738
</inputs>
3839
<outputs>

0 commit comments

Comments
 (0)