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 567fcd3 commit 7e0d1cbCopy full SHA for 7e0d1cb
Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/workflow_code/modules/AGILE1CH.nf
@@ -30,6 +30,8 @@ process AGILE1CH {
30
script:
31
def limit_biomart_query_parameter = limit_biomart_query ? "-P DEBUG_limit_biomart_query:${limit_biomart_query}" : ''
32
"""
33
+ export HOME=\$PWD;
34
+
35
quarto render \$PWD/${qmd} \
36
-P 'runsheet:${runsheet_csv}' \
37
-P 'annotation_file_path:${annotation_file_path}' \
0 commit comments