Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add microbial mode #6694

Merged
merged 18 commits into from
Aug 2, 2021
Merged

add microbial mode #6694

merged 18 commits into from
Aug 2, 2021

Conversation

ahaessly
Copy link
Contributor

@ahaessly ahaessly commented Jul 2, 2020

No description provided.

@gatk-bot
Copy link

gatk-bot commented Jul 2, 2020

Travis reported job failures from build 30874
Failures in the following jobs:

Test Type JDK Job ID Logs
unit openjdk11 30874.14 logs
unit openjdk8 30874.3 logs
variantcalling openjdk8 30874.4 logs
variantcalling openjdk8 30874.4 logs

@gatk-bot
Copy link

gatk-bot commented Oct 1, 2020

Travis reported job failures from build 31583
Failures in the following jobs:

Test Type JDK Job ID Logs
unit openjdk11 31583.13 logs
variantcalling openjdk8 31583.4 logs
unit openjdk8 31583.3 logs
unit openjdk8 31583.3 logs

@jamesemery jamesemery force-pushed the je_allowMoreMismatchesInDanglingHeadRecovery branch from e8c4972 to fa3240a Compare November 16, 2020 20:33
@ahaessly ahaessly force-pushed the ah_je_microbial branch 2 times, most recently from 4c6f006 to ff60e32 Compare November 17, 2020 15:36
@gatk-bot
Copy link

gatk-bot commented Nov 17, 2020

Travis reported job failures from build 32145
Failures in the following jobs:

Test Type JDK Job ID Logs
cloud openjdk8 32145.1 logs
variantcalling openjdk8 32145.4 logs
unit openjdk8 32145.3 logs

Base automatically changed from je_allowMoreMismatchesInDanglingHeadRecovery to master January 26, 2021 18:47
@gatk-bot
Copy link

Travis reported job failures from build 32643
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 32643.4 logs

@gatk-bot
Copy link

Travis reported job failures from build 32648
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 32648.4 logs

@ahaessly ahaessly marked this pull request as ready for review January 28, 2021 17:31
@ahaessly ahaessly requested a review from droazen January 28, 2021 17:32
@gatk-bot
Copy link

gatk-bot commented Jan 28, 2021

Travis reported job failures from build 32664
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 32664.4 logs
variantcalling openjdk8 32664.4 logs

@droazen
Copy link
Collaborator

droazen commented Feb 4, 2021

@ahaessly I've asked @jamesemery to review, as this touches some of his code. In the mean time, though, could you please add at least one good integration test for the new ShiftFasta tool?

Copy link
Collaborator

@jamesemery jamesemery left a comment

Choose a reason for hiding this comment

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

A bunch of minor comments. It would generally be nice for there to be more comments and method documentation in the tool you added. More importantly I think we really need to have at least a simple integration test for that tool that at the very least asserts it does something reasonable on some fasta (it doesn't have to be a real file you can just use some dummy fasta files).

@@ -43,6 +43,13 @@
@Argument(fullName = M2ArgumentCollection.MITOCHONDRIA_MODE_LONG_NAME, optional = true, doc = "Set filters to mitochondrial defaults")
public boolean mitochondria = false;

/**
* Mitochondria mode excludes the filters {@link ClusteredEventsFilter}, {@link MultiallelicFilter},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you update this list to be comprehensive to all the changes?

Also were you not going to make this argument affect the graph code at all? I thought bacterial mode would want to use the new dangling end pruning code and that doesn't seem to be linked to microbial mode at all.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This also doesn't refrence the median mapping wquality change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

right now that flag is specified in the wdl for microbial mutect. We may decide to add it to the code when using this mode in a later PR

@gatk-bot
Copy link

gatk-bot commented Mar 15, 2021

Travis reported job failures from build 33205
Failures in the following jobs:

Test Type JDK Job ID Logs
unit openjdk11 33205.13 logs
unit openjdk8 33205.3 logs
variantcalling openjdk8 33205.4 logs

jamesemery and others added 8 commits March 19, 2021 13:53
author Andrea Haessly <[email protected]> 1582141271 -0500
committer Andrea Haessly <[email protected]> 1611852899 -0500

parent 6d43103
author Andrea Haessly <[email protected]> 1582141271 -0500
committer Andrea Haessly <[email protected]> 1611852778 -0500

initial impl
tested shift and chain
make offset optional
fix format of chain file
make offset optional
fix format of chain file
add interval output
@gatk-bot
Copy link

gatk-bot commented Mar 19, 2021

Travis reported job failures from build 33270
Failures in the following jobs:

Test Type JDK Job ID Logs
cloud openjdk8 33270.1 logs
cloud openjdk11 33270.14 logs

@gatk-bot
Copy link

gatk-bot commented Mar 19, 2021

Travis reported job failures from build 33268
Failures in the following jobs:

Test Type JDK Job ID Logs
cloud openjdk11 33268.14 logs
unit openjdk11 33268.13 logs
unit openjdk8 33268.3 logs
variantcalling openjdk8 33268.4 logs

@gatk-bot
Copy link

gatk-bot commented Mar 22, 2021

Travis reported job failures from build 33279
Failures in the following jobs:

Test Type JDK Job ID Logs
cloud openjdk11 33279.14 logs
cloud openjdk8 33279.1 logs

@gatk-bot
Copy link

Travis reported job failures from build 35083
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 35083.4 logs

Copy link
Collaborator

@jamesemery jamesemery left a comment

Choose a reason for hiding this comment

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

Just a few very minor comments to address/answer then i think this can be merged

…nce coverage sites\nAdd large files to resources
@ahaessly ahaessly requested a review from jamesemery July 27, 2021 17:57
Copy link
Collaborator

@jamesemery jamesemery left a comment

Choose a reason for hiding this comment

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

This looks good to me. Feel free to merge when tests pass!

@ahaessly ahaessly merged commit f548ccd into master Aug 2, 2021
@ahaessly ahaessly deleted the ah_je_microbial branch August 2, 2021 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants