-
Notifications
You must be signed in to change notification settings - Fork 467
Varlociraptor integration #1940
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
Open
famosab
wants to merge
36
commits into
dev
Choose a base branch
from
add-varlociraptor
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,500
−44
Open
Changes from 33 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
570f780
First steps to varlociraptor integration
famosab 4fb5e31
Add test file
famosab da21a7f
update more files
famosab 5d9ff5e
Finalize varlociraptor
famosab ec86ee4
test
famosab 8b4326f
snap
famosab dc3cc16
streamline testing and config
famosab c77fca8
Update tests/.nftignore
famosab c1f1924
check vcf
famosab ed80520
Merge branch 'add-varlociraptor' of github.com:nf-core/sarek into add…
famosab ef56ae8
pre-commit
famosab 61332da
params
famosab 5c34d9a
Add docs
famosab 4cc42f5
update schema
famosab 93fc212
update config
famosab bd62161
add projectDir
famosab 010997d
simplify collection
famosab 0da0616
change finding of scenario_file
famosab 34d6447
precommit
famosab 0974a76
add germline and tumor_only
famosab b0dc41d
Merge branch 'add-varlociraptor' of github.com:nf-core/sarek into add…
famosab 2ab8afb
still need to fix the somatic case again
famosab 126ee95
for some reason the VCFSPLIT is not started anymore
famosab 5f9c321
pre-commit
famosab c8b301e
revert changes to config
famosab ee3952a
Update usage and output docs
famosab d568f37
subway and changelog
famosab 59aff8b
Add tools to dependencies
famosab 00d0764
add params
famosab eec67c9
Correct subway
famosab e027c32
Merge branch 'dev' into add-varlociraptor
famosab eaa4971
Merge branch 'dev' into add-varlociraptor
famosab 917ea0e
Merge branch 'dev' into add-varlociraptor
famosab 5eda561
Apply suggestions from code review
famosab 6dbf490
Changelog
famosab 873b57c
Move varlociraptor into its own config
famosab 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
species: | ||
heterozygosity: 0.001 | ||
germline-mutation-rate: 1e-3 | ||
ploidy: | ||
male: | ||
all: 2 | ||
X: 1 | ||
Y: 1 | ||
female: | ||
all: 2 | ||
X: 2 | ||
Y: 0 | ||
genome-size: 3.5e9 | ||
|
||
samples: | ||
tumor: | ||
sex: ?sex_string | ||
somatic-effective-mutation-rate: 1e-6 | ||
inheritance: | ||
clonal: | ||
from: normal | ||
somatic: true | ||
contamination: | ||
by: normal | ||
fraction: 0.1 | ||
normal: | ||
sex: ?sex_string | ||
somatic-effective-mutation-rate: 1e-10 | ||
|
||
events: | ||
somatic_tumor_high: "normal:0.0 & tumor:[0.1,1.0]" | ||
somatic_tumor_low: "normal:0.0 & tumor:]0.0,0.1[" | ||
somatic_normal: "normal:]0.0,0.5[" | ||
germline: "normal:0.5 | normal:1.0" |
This file contains hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.