deepconsensus icon indicating copy to clipboard operation
deepconsensus copied to clipboard

Change the wrong number of strand in the homepage image of pipeline_figure.

Open one-matrix opened this issue 2 years ago • 2 comments

Change the wrong number of strand in the homepage image of pipeline_figure. '0 forward 1 reverse' to '1 forward 2 reverse'

one-matrix avatar Jun 02 '23 02:06 one-matrix

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Jun 02 '23 02:06 google-cla[bot]

according to the correct definition ` class Strand(int, enum.Enum): UNKNOWN = 0 FORWARD = 1 # read.is_reverse == False REVERSE = 2 # read.is_reverse == True

`

one-matrix avatar Jun 02 '23 02:06 one-matrix