Skip to content

Commit

Permalink
Fixup metric docs so they render in Markdown OK
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Apr 10, 2024
1 parent 6125835 commit 8a94750
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@ object AggregateSvPileupToBedPE {
/** The IGV-supported BEDPE file extension. */
val BedPEExtension: String = ".bedpe"

/** A simple BEDPE record as defined by `bedtools`:
/** A simple BEDPE record as defined by [`bedtools`](https://bedtools.readthedocs.io/en/latest/content/general-usage.html#bedpe-format).
*
* - https://bedtools.readthedocs.io/en/latest/content/general-usage.html#bedpe-format)
*
* Future compatibility could be implemented for supporting 10x flavored BEDPE files:
*
* - https://github.com/igvteam/igv/wiki/BedPE-Support
* Future compatibility could be implemented for supporting [10x flavored BEDPE files](https://github.com/igvteam/igv/wiki/BedPE-Support).
*
* Note that the field `score` is allowed to be a string per bedtools!
*
Expand Down

0 comments on commit 8a94750

Please sign in to comment.