-
Notifications
You must be signed in to change notification settings - Fork 417
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
Fix unique lanes for freebayes, groupKey, add new indices, copy meta maps #549
Merged
Merged
Changes from 27 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
20b9cf1
Publish pileuptables to tumor_vs_normal results dir
FriederikeHanssen 7476ec1
fix output path
FriederikeHanssen f59312f
update modules
FriederikeHanssen def2fc7
Add freebayes paired
FriederikeHanssen 61f5f4b
Update subway map with freebayes & cnvkit
FriederikeHanssen 7738eeb
Add freebayes paired
FriederikeHanssen 1fe6a20
Update subway map with freebayes & cnvkit
FriederikeHanssen 5c33893
Merge remote-tracking branch 'origin/freebayes' into freebayes
FriederikeHanssen dc15c76
Publish pileuptables to tumor_vs_normal results dir
FriederikeHanssen fbc06a6
fix output path
FriederikeHanssen 95773f3
Empty channel for optional output
FriederikeHanssen a48d95e
Merge remote-tracking branch 'origin/freebayes' into freebayes
FriederikeHanssen e097905
Test out readgroupID with sample & add freebayes tests that run through
FriederikeHanssen 2c380fe
Merge remote-tracking branch 'origin/dev' into freebayes
FriederikeHanssen 6de25cf
Fix paired test with new lane numbe testing for uniqueness
FriederikeHanssen 5e07918
add bcftools sort
FriederikeHanssen 0faa9bf
test with intervals
FriederikeHanssen b9a727c
Use new_meta for all groupKeys
FriederikeHanssen 2861cee
only publish after sorting
FriederikeHanssen a424889
Conditional output naming for paired or single
FriederikeHanssen eb5b628
add flowcell code
FriederikeHanssen 33abb06
remove println statements
FriederikeHanssen ec4f519
replace clone everywhere, the weird meta error is back
FriederikeHanssen 8064849
fix some id tags
FriederikeHanssen 705103c
fix some id tags
FriederikeHanssen f9e3eb9
Fix new_meta
FriederikeHanssen b2e2db0
Update changelog
FriederikeHanssen 581f8f8
Update changelog
FriederikeHanssen ab99229
Groupkey issue, workflow stalling
FriederikeHanssen 7bff603
revert groupkey changes, save for new PR
FriederikeHanssen 3b5a95a
Actually use groupKey
FriederikeHanssen bb22bf3
typo
FriederikeHanssen 6b17c4b
copy meta also for variantcaller to make it work
FriederikeHanssen d8c4eac
typo
FriederikeHanssen df2fe42
fix meta for manta
FriederikeHanssen 3874667
typo strelka sw
FriederikeHanssen 4bc38ea
variantcaller copy for mutect2
FriederikeHanssen d832dd2
rename hashtable to dragmap
FriederikeHanssen cf11408
add pon default file to igenomoes
FriederikeHanssen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was that expected to be different?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah module update. Someone changed the default ressource usage, which makes sense IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, i see 👍