AdamaJava / adamajava

Other
14 stars 5 forks source link

fix bug in qpileup view mode #302

Closed ChristinaXu2017 closed 2 years ago

ChristinaXu2017 commented 2 years ago

Description

We found there is one column missing on qpileup view output. In below example, "LowReadCount_for" shown on the header but counts are missing. We expect

## Reference     Position        Ref_base        ...     HighNonreference_for    LowReadCount_for        A_rev  ...
chrMT   1       G       ...      0       0       4 ...

but we got

## Reference     Position        Ref_base        ...     HighNonreference_for    LowReadCount_for        A_rev  ...
chrMT   1       G       ...      0       4 ...

This bug is fixed, there is a tab delimiter is missing between the forward and reverse elements.

Meanwhile, the document is updated: fixted hdf column name error ("Dup" should be "DupCount"); and missing column "CigarN_start".

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

tested on a testing data set

Are WDL Updates Required?

no

Checklist: