You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.bdgenomics.adam.cli.Transform has a ton of if clauses that allow us to treat the Transform class essentially as a one-stop-shop for all your Read Transforming Needs™.
However, as has been rightly pointed out, this is a mess to read and follow. As such, we should clean up the tangled web of transforms in Transform.
The text was updated successfully, but these errors were encountered:
org.bdgenomics.adam.cli.Transform
has a ton of if clauses that allow us to treat theTransform
class essentially as a one-stop-shop for all your Read Transforming Needs™.However, as has been rightly pointed out, this is a mess to read and follow. As such, we should clean up the tangled web of transforms in
Transform
.The text was updated successfully, but these errors were encountered: