Skip to content

Commit f4cbf2a

Browse files
committed
Refine read_length help text
1 parent 58bd1f6 commit f4cbf2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type": "integer",
3838
"description": "Read length used to calculate MACS2 genome size for peak calling if `--macs_gsize` isn't provided.",
3939
"fa_icon": "fas fa-chart-area",
40-
"help_text": "Read length is used to calculate MACS2 genome size using the following [approach](https://deeptools.readthedocs.io/en/develop/content/feature/effectiveGenomeSize.html#effective-genome-size). For all the genomes present in the `igenomes.config` the genome size has been precomputed and the read length is then used to retrieve the corresponding value",
40+
"help_text": "Read length together with the genome fasta are used to calculate MACS2 genome size using the `khmer` program as explained [here](https://deeptools.readthedocs.io/en/develop/content/feature/effectiveGenomeSize.html#effective-genome-size). For all the genomes present in the `igenomes.config` the genome size has been already precomputed and the read length is then used to retrieve the corresponding value",
4141
"enum": [50, 75, 100, 150, 200]
4242
},
4343
"outdir": {

0 commit comments

Comments
 (0)