Skip to content

Commit a71ecc5

Browse files
committed
🐛 specify script relative to the workflow repo
1 parent 3d658dc commit a71ecc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ params {
1111

1212
// TODO nf-core: Specify your pipeline's command line flags
1313
// Input options for Acore:
14-
nb = 'assets/2_data_analysis.ipynb'
14+
nb = "${projectDir}/assets/2_data_analysis.ipynb"
1515
input_csv = null
1616
// Vuegen:
1717
input_type = 'directory' // directory, csv, tsv, txt, json

0 commit comments

Comments
 (0)