magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Use the javadoc value pragma for hardcoded values #349

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

For example, in the documentation we are using BC for barcode tags; using the {@value org.magicdgs.readtools.utils.read.RAW_BARCODE_TAG} instead will be more consistent for documentation purposes (an easier to spot if there is an inconsistency).

magicDGS commented 6 years ago

Requires https://github.com/broadinstitute/gatk/issues/4040 being solved (probably in Barclay)