Skip to content

Commit

Permalink
Exposed hidden argument for --linked-debrujin-graph that was not show…
Browse files Browse the repository at this point in the history
…ing up in documents (#6737)
  • Loading branch information
jamesemery authored Aug 4, 2020
1 parent 5a14c7c commit e7faa26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public abstract class ReadThreadingAssemblerArgumentCollection implements Serial
* the regular HaplotypeCaller. Specifically the haplotype finding code does not perform correctly at complicated
* sites. Use this mode at your own risk.
*/
@Hidden
@Advanced
@Argument(fullName= LINKED_DE_BRUIJN_GRAPH_LONG_NAME, doc = "If enabled, the Assembly Engine will construct a Linked De Bruijn graph to recover better haplotypes", optional = true)
public boolean useLinkedDeBruijnGraph = false;

Expand Down

0 comments on commit e7faa26

Please sign in to comment.