You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -307,8 +291,8 @@ public static class Provider extends AbstractAlignmentStepProvider<AlignmentStep
307
291
{
308
292
publicProvider()
309
293
{
310
-
super("Bismark", "Bismark is a tool to map bisulfite converted sequence reads and determine cytosine methylation states. It will use bowtie for the alignment itself.", Arrays.asList(
311
-
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("-L"), "seed_length", "Seed Length", "Sets the length of the seed substrings to align during multiseed alignment. Smaller values make alignment slower but more sensitive.", "ldk-numberfield", null, 30),
294
+
super("Bismark", "Bismark is a tool to map bisulfite converted sequence reads and determine cytosine methylation states. It will use bowtie2 for the alignment itself.", Arrays.asList(
295
+
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("-L"), "seed_length", "Seed Length", "Sets the length of the seed substrings to align during multi-seed alignment. Smaller values make alignment slower but more sensitive.", "ldk-numberfield", null, 30),
312
296
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("-N"), "max_seed_mismatches", "Max Seed Mismatches", "Sets the number of mismatches to be allowed in a seed alignment during multiseed alignment. Can be set to 0 or 1. Setting this higher makes alignment slower (often much slower) but increases sensitivity. Default: 0.", "ldk-numberfield", newJSONObject(){{
0 commit comments