Skip to content

Commit

Permalink
fix default of shift param
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Jul 15, 2024
1 parent bb2d9fb commit 6dea6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"shift_reads": {
"type": "boolean",
"fa_icon": "fas fa-chart-area",
"default": true,
"default": false,
"help_text": "Shift aligned reads as commonly done for ATACseq, +4bp for reads on the + strand, -5 bp for reads on the - strand. This can only be applied if all samples are paired-end.",
"description": "Shift aligned reads (+4bp and -5bp)."
}
Expand Down

0 comments on commit 6dea6cd

Please sign in to comment.