Skip to content

Commit 39b98a3

Browse files
committed
add torch tmp
1 parent e8888d1 commit 39b98a3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tools/flexynesis/flexynesis.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</required_files>
1414
<command detect_errors="exit_code"><![CDATA[
1515
@CHECK_NON_COMMERCIAL_USE@
16+
export TORCHINDUCTOR_CACHE_DIR=/tmp/torch_cache &&
1617
mkdir -p input/test input/train output &&
1718
ln -s '$train_clin' input/train/clin.tabular &&
1819
python '$__tool_directory__/convert.py' input/train/clin.tabular input/train/clin.csv &&

tools/flexynesis/flexynesis_cbioportal_import.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'soft_tissue_tcga_gdc', 'stad_tcga_gdc', 'thpa_tcga_gdc', 'thym_tcga_gdc', 'ucec_tcga_gdc',
1919
'ucs_tcga_gdc', 'uec_cptac_gdc', 'um_tcga_gdc', 'wt_target_gdc']
2020
@CHECK_NON_COMMERCIAL_USE@
21+
export TORCHINDUCTOR_CACHE_DIR=/tmp/torch_cache &&
2122
mkdir -p output/data output/meta &&
2223
python '$cbio_config' &&
2324
mv $str($study_id)/data* output/data/ &&

tools/flexynesis/flexynesis_plot.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</required_files>
1010
<command detect_errors="exit_code"><![CDATA[
1111
@CHECK_NON_COMMERCIAL_USE@
12+
export TORCHINDUCTOR_CACHE_DIR=/tmp/torch_cache &&
1213
mkdir -p inputs/ plots/ &&
1314
#if str($plot_conditional.plot_type) != 'cox_plot':
1415
ln -s '$plot_conditional.labels' inputs/labels.tabular &&

tools/flexynesis/flexynesis_utils.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</required_files>
1111
<command detect_errors="exit_code"><![CDATA[
1212
@CHECK_NON_COMMERCIAL_USE@
13+
export TORCHINDUCTOR_CACHE_DIR=/tmp/torch_cache &&
1314
mkdir -p inputs/ output/ &&
1415
#if $utils_conditional.util != "compute_ami_ari" and $utils_conditional.util != "split_data" and $utils_conditional.util != "binarize" and $utils_conditional.util != "recursive_binary_split":
1516
## flexynesis coexpression recognizes .tsv instead of .tabular, so we create a symlink with the appropriate extension

0 commit comments

Comments
 (0)