Skip to content

Commit

Permalink
renamed VCF header
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jun 20, 2023
1 parent 7822556 commit 5950581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ their names (or descriptions) depend on some threshold. Those filters are not i
public static final String VQSR_FAILURE_PREFIX = "low_VQSLOD_";
public static final String VQSR_FAILURE_SNP = VQSR_FAILURE_PREFIX + SNP;
public static final String VQSR_FAILURE_INDEL = VQSR_FAILURE_PREFIX + INDEL;
public static final String VQS_SENS_FAILURE_PREFIX = "low_VQS_SENS_";
public static final String VQS_SENS_FAILURE_PREFIX = "high_VQS_SENS_";
public static final String VQS_SENS_FAILURE_SNP = VQS_SENS_FAILURE_PREFIX + SNP;
public static final String VQS_SENS_FAILURE_INDEL = VQS_SENS_FAILURE_PREFIX + INDEL;

Expand Down

0 comments on commit 5950581

Please sign in to comment.