You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,22 @@
10
10
<!-- [](https://dx.doi.org/10.1093/bioinformatics/btaa963) -->
fprintf(stderr, " note: multiple input BAM/CRAM files will be merged in SAM/BAM/CRAM output\n");
859
862
fprintf(stderr, " --refine-aln refine alignment in SAM/BAM/CRAM output\n");
860
863
fprintf(stderr, " note: output SAM/BAM/CRAM may be unsorted when --refine-aln is set\n");
864
+
fprintf(stderr, " --out-sv-rnames output names of all reads supporting alternative allele in INFO field of VCF output for all SVs [False]\n");
865
+
fprintf(stderr, " --out-som-sv-rnames output names of all reads supporting alternative allele in INFO field of VCF output for mosaic/somatic SVs [False]\n");
861
866
// fprintf(stderr, "\n");
862
867
fprintf(stderr, " Variant calling:\n");
863
868
fprintf(stderr, " -c --min-cov INT min. total read coverage for candidate variant [%d]\n", LONGCALLD_MIN_CAND_DP);
@@ -941,6 +946,8 @@ int call_var_main(int argc, char *argv[]) {
941
946
opt->somatic_win_max_vars=strtol(optarg, &s, 10);
942
947
if (*s==',') opt->somatic_win=strtol(s+1, &s, 10);
_err_error("Error: alt_read_i_idx: %d does not match AD[1]: %d for var: %s:%"PRIi64" %d-%c-%d\n", alt_read_i_idx, var->vars[i].AD[1], chunk->tname, var->vars[i].pos, var->vars[i].ref_len, BAM_CIGAR_STR[var->vars[i].type], var->vars[i].alt_len[0]);
0 commit comments