Skip to content

Commit

Permalink
Merge pull request #335 from update_kit_schema
Browse files Browse the repository at this point in the history
Wrong display values for "zymo" and "em_seq" presets on help page
  • Loading branch information
edmundmiller committed Aug 25, 2023
2 parents 76ef5de + 591cc41 commit 16007cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"type": "boolean",
"fa_icon": "fas fa-cubes",
"description": "Preset for EM-seq libraries.",
"help_text": "Equivalent to `--clip_r1 8` `--clip_r2 8` `--three_prime_clip_r1 8` `--three_prime_clip_r2 8`.\n\nAlso sets the `--maxins` flag to `1000` for Bismark."
"help_text": "Equivalent to `--clip_r1 10` `--clip_r2 10` `--three_prime_clip_r1 10` `--three_prime_clip_r2 10`.\n\nAlso sets the `--maxins` flag to `1000` for Bismark."
},
"single_cell": {
"type": "boolean",
Expand Down Expand Up @@ -220,7 +220,7 @@
"type": "boolean",
"fa_icon": "fas fa-cut",
"description": "Trimming preset for the Zymo kit.",
"help_text": "Equivalent to `--clip_r1 10` `--clip_r2 15` `--three_prime_clip_r1 10` `--three_prime_clip_r2 10`.\n\nAlso sets the `--non_directional` flag for Bismark."
"help_text": "Equivalent to `--clip_r1 10` `--clip_r2 10` `--three_prime_clip_r1 10` `--three_prime_clip_r2 10`.\n\nAlso sets the `--non_directional` flag for Bismark."
}
},
"fa_icon": "fas fa-prescription-bottle"
Expand Down

0 comments on commit 16007cf

Please sign in to comment.