Skip to content

Commit 9f6ecab

Browse files
committed
remove projectDir path when creating metadata
1 parent 9959d8a commit 9f6ecab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/metadata.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ process MAKE_META_FILE {
1111

1212
script:
1313
"""
14-
python ${projectDir}/bin/make_meta_file.py $sample_file ${params.data_dir} sample_metadata.tsv
14+
make_meta_file.py $sample_file ${params.data_dir} sample_metadata.tsv
1515
"""
1616
}

0 commit comments

Comments
 (0)