Skip to content

Commit 28cbd95

Browse files
committed
NF_MAAffymetrix: address #82
1 parent a1d9455 commit 28cbd95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Microarray/Affymetrix/Workflow_Documentation/NF_MAAffymetrix/workflow_code/modules/PROCESS_AFFYMETRIX.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ process PROCESS_AFFYMETRIX {
2323
script:
2424
def limit_biomart_query_parameter = limit_biomart_query ? "-P DEBUG_limit_biomart_query:${limit_biomart_query}" : ''
2525
"""
26+
export HOME=\$PWD;
27+
2628
quarto render \$PWD/${qmd} \
2729
-P 'runsheet:${runsheet_csv}' \
2830
-P 'annotation_file_path:${annotation_file_path}' \

0 commit comments

Comments
 (0)