Skip to content

Commit 01e2dd0

Browse files
committed
Update step name
1 parent 82d0e18 commit 01e2dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mGAP/src/org/labkey/mgap/pipeline/GenerateMgapTracksStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static class Provider extends AbstractVariantProcessingStepProvider<Gener
7070
{
7171
public Provider()
7272
{
73-
super("GenerateMgapTracksStep", "Generate mGAP Tracks Step", "GenerateMgapTracksStep", "This will use the set of sample IDs from the table mgap.releaseTrackSubsets to subset the input VCF and produce one VCF per track. It will perform basic validation and also update mgap.releaseTracks.", Arrays.asList(
73+
super("GenerateMgapTracksStep", "Generate mGAP Tracks", "GenerateMgapTracksStep", "This will use the set of sample IDs from the table mgap.releaseTrackSubsets to subset the input VCF and produce one VCF per track. It will perform basic validation and also update mgap.releaseTracks.", Arrays.asList(
7474

7575
), null, null);
7676
}

0 commit comments

Comments
 (0)