Skip to content

Conversation

davidbenjamin
Copy link
Contributor

@takutosato Are you able to look at this? The two big changes here are 1) data for the M3 normal artifact filter and 2) outputting tensors for M3 as plain text rather than VCF.

@takutosato
Copy link
Contributor

@davidbenjamin sorry I may not be able to get to it until later this week, is that acceptable?

@davidbenjamin
Copy link
Contributor Author

@takutosato Sure, not a problem!

Copy link
Contributor

@takutosato takutosato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I took so long. Just minor comments and a couple self-serving variable rename requests

final boolean hasNormal = normalDepth > 0;

final List<Label> labels = new ArrayList<>(numAlt);
final Map<Allele, Integer> altDownsampleMap= new HashMap<>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment describing this map would be very useful for the reader (i.e. me). Namely it contains the target alt counts to downsample to

@davidbenjamin davidbenjamin merged commit cb813ed into master Mar 28, 2022
@davidbenjamin davidbenjamin deleted the db_normal_artifact branch March 28, 2022 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants