Adding warning on HardClipping
Hard Clipping is still under heavy development and should not be used by anyone less prepared than MacGyver.
This commit is contained in:
parent
e1cb5f6459
commit
fbe3c1e0b3
|
|
@ -21,6 +21,8 @@ public enum ClippingRepresentation {
|
|||
SOFTCLIP_BASES,
|
||||
|
||||
/**
|
||||
* WARNING: THIS OPTION IS STILL UNDER DEVELOPMENT AND IS NOT SUPPORTED.
|
||||
*
|
||||
* Change the read's cigar string to hard clip (H, see sam-spec) away the bases.
|
||||
* Hard clipping, unlike soft clipping, actually removes bases from the read,
|
||||
* reducing the resulting file's size but introducing an irrevesible (i.e.,
|
||||
|
|
|
|||
Loading…
Reference in New Issue