Skip to content

Commit 1b89917

Browse files
authored
Fix to the clip_path param
1 parent 076bb79 commit 1b89917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ params {
137137
//
138138
// The location of the trimmomatic clipping files.
139139
//
140-
clip_path = $ILLUMINACLIP_PATH
140+
clip_path = "${ILLUMINACLIP_PATH}"
141141

142142
//
143143
// The minimum read length to be used taken as a percentage of the mean of

0 commit comments

Comments
 (0)