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
@@ -62,7 +66,9 @@ public static class Provider extends AbstractVariantProcessingStepProvider<Renam
62
66
{
63
67
publicProvider()
64
68
{
65
-
super("RenameSamplesForMgap", "Rename Sample For mGAP", "RenameSamplesForMgapStep", "This will rename the samples in the VCF based on the mGAP animal mapping table. If the VCF contains samples not found in this table it will throw an error.", List.of(), null, null);
69
+
super("RenameSamplesForMgap", "Rename Sample For mGAP", "RenameSamplesForMgapStep", "This will rename the samples in the VCF based on the mGAP animal mapping table. If the VCF contains samples not found in this table it will throw an error.", List.of(
70
+
ToolParameterDescriptor.create(SAMPLE_EXCLUDE, "Samples(s) To Exclude From Rename", "The following samples will be excluded from the analysis.", "sequenceanalysis-trimmingtextarea", null, null)
0 commit comments