Skip to content

Commit

Permalink
remove @hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
dror27 committed Jan 2, 2024
1 parent 49d7077 commit 2784fc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/picard/flow/FlowBasedArgumentCollection.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ public class FlowBasedArgumentCollection implements Serializable {
private static final boolean DEFAULT_FLOW_KEEP_BOUNDARY_FLOWS = false;

@Advanced
@Hidden
@Argument(fullName = FLOW_IGNORE_T0_TAG_LONG_NAME, doc = "Ignore t0 tag in the read when create flow matrix (arcane/obsolete)", optional = true)
public boolean ignoreT0Tag = DEFAULT_FLOW_IGNORE_T0_TAG;

@Advanced
@Hidden
@Argument(fullName = FILLING_VALUE_LONG_NAME, doc = "Value to fill the zeros of the matrix with", optional=true)
public double fillingValue = DEFAULT_FILLING_VALUE;

Expand Down

0 comments on commit 2784fc7

Please sign in to comment.