Skip to content

Commit

Permalink
Support additional options for mGAP tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 3, 2025
1 parent 59becfa commit 3d7d48c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mGAP/src/org/labkey/mgap/pipeline/GenerateMgapTracksStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@ private Map<String, File> processTracks(VariantProcessingStepOutputImpl output,
List<String> options = new ArrayList<>();
options.add("--remove-unused-alternates");

options.add("--recalculate-ac");
options.add("--keep-original-ac");
options.add("--original-ac-suffix");
options.add(".mGAP");

options.add("--sample-mapping-file");
options.add(sampleFile.getPath());

Expand Down

0 comments on commit 3d7d48c

Please sign in to comment.