We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9959d8a commit 9f6ecabCopy full SHA for 9f6ecab
modules/metadata.nf
@@ -11,6 +11,6 @@ process MAKE_META_FILE {
11
12
script:
13
"""
14
- python ${projectDir}/bin/make_meta_file.py $sample_file ${params.data_dir} sample_metadata.tsv
+ make_meta_file.py $sample_file ${params.data_dir} sample_metadata.tsv
15
16
}
0 commit comments