We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d9455 commit 28cbd95Copy full SHA for 28cbd95
Microarray/Affymetrix/Workflow_Documentation/NF_MAAffymetrix/workflow_code/modules/PROCESS_AFFYMETRIX.nf
@@ -23,6 +23,8 @@ process PROCESS_AFFYMETRIX {
23
script:
24
def limit_biomart_query_parameter = limit_biomart_query ? "-P DEBUG_limit_biomart_query:${limit_biomart_query}" : ''
25
"""
26
+ export HOME=\$PWD;
27
+
28
quarto render \$PWD/${qmd} \
29
-P 'runsheet:${runsheet_csv}' \
30
-P 'annotation_file_path:${annotation_file_path}' \
0 commit comments