Skip to content

Commit

Permalink
Small adjustment to ALT for BEDPE
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 9, 2023
1 parent 84cc143 commit 3bfdd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bed/src/BedpeAdapter/BedpeAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function featureData(
start: start1,
end: end1,
refName: ref1,
ALT: [ALT], // it's an array in VCF
...(ALT ? { ALT: [ALT] } : {}), // it's an array in VCF
strand: strand1,
name,
...rest,
Expand Down

0 comments on commit 3bfdd73

Please sign in to comment.