Skip to content

Commit d2d7753

Browse files
committed
fix conda env name in help
1 parent 80503e1 commit d2d7753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chip.wdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,17 @@ workflow chip {
261261
conda: {
262262
description: 'Default Conda environment name to run WDL tasks. For Conda users only.',
263263
group: 'runtime_environment',
264-
example: 'encode-atac-seq-pipeline'
264+
example: 'encd-chip'
265265
}
266266
conda_macs2: {
267267
description: 'Conda environment name for task macs2. For Conda users only.',
268268
group: 'runtime_environment',
269-
example: 'encode-atac-seq-pipeline-macs2'
269+
example: 'encd-chip-macs2'
270270
}
271271
conda_spp: {
272272
description: 'Conda environment name for tasks spp/xcor. For Conda users only.',
273273
group: 'runtime_environment',
274-
example: 'encode-atac-seq-pipeline-spp'
274+
example: 'encd-chip-spp'
275275
}
276276
title: {
277277
description: 'Experiment title.',

0 commit comments

Comments
 (0)