-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit * concat arriba calls * generalize workflow * update arriba * Update tests * typo * intermediate changes * remove repetetive code * fix typo * indexing * snakefmt * refactoring * fmt * fmt * fixed incompatibilities * skip vep * improve report * Fix final output * fix output * handle mutational burden * remove unused rules, separate groups * fix minor issues * cleanup * Add missing script * update readme * update freebayes * reset download revel * renaming * fix datatype handling * fmt * fmt * Update wrapper * breaking up workflow (not yet working) * fmt * fmt * fmt * invoked datatype and candidate-calling * fix formatting * unified workflow * formatting * update samplesheet * Add read group for star * fix param * support fusions and variants in rna * feat: render canonical transcript source * clean report * cleanup template * github action workaround * update readme * cleanup * fmt * introduce pattern delegatoin * fmt * add comment to script * typo * Update convert_fusions_to_vcf.sh
- Loading branch information
1 parent
ee973c6
commit d0b45ba
Showing
32 changed files
with
861 additions
and
227 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
sample_name group alias platform | ||
chm chm ILLUMINA | ||
sample_name group alias platform datatype calling | ||
chm chm ILLUMINA dna variants |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
sample_name alias group platform purity | ||
NA12878 NA12878 NA12878 ILLUMINA | ||
sample_name alias group platform purity datatype calling | ||
NA12878 NA12878 NA12878 ILLUMINA dna variants |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sample_name group alias platform | ||
a a ILLUMINA | ||
b b ILLUMINA | ||
sample_name group alias platform datatype calling | ||
a a ILLUMINA dna variants | ||
b b ILLUMINA dna variants |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
sample_name group alias platform | ||
a one x ILLUMINA | ||
b one y ILLUMINA | ||
b two x ILLUMINA | ||
a two y ILLUMINA | ||
sample_name group alias platform datatype calling | ||
a one x ILLUMINA dna variants | ||
b one y ILLUMINA dna variants | ||
b two x ILLUMINA dna variants | ||
a two y ILLUMINA dna variants |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
sample_name group alias platform | ||
PD12A medium_L base ILLUMINA | ||
PD13B medium_L changed ILLUMINA | ||
PD09A soil changed ILLUMINA | ||
PD12A soil base ILLUMINA | ||
sample_name group alias platform datatype calling | ||
PD12A medium_L base ILLUMINA dna variants | ||
PD13B medium_L changed ILLUMINA dna variants | ||
PD09A soil changed ILLUMINA dna variants | ||
PD12A soil base ILLUMINA dna variants |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sample_name group alias platform | ||
a a ILLUMINA | ||
b b ILLUMINA | ||
sample_name group alias platform datatype calling | ||
a a ILLUMINA dna variants | ||
b b ILLUMINA dna variants |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sample_name group alias platform | ||
a a ILLUMINA | ||
b b ILLUMINA | ||
sample_name group alias platform datatype calling | ||
a a ILLUMINA dna variants | ||
b b ILLUMINA dna variants |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sample_name alias group platform purity panel umi_read umi_read_structure | ||
sample_name alias group platform purity panel umi_read umi_read_structure datatype calling |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- arriba =2.4 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ channels: | |
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- bcftools =1.14 | ||
- bcftools =1.16 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ channels: | |
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- pandas =1.4 | ||
- pandas =2.1 | ||
- python =3.10 |
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
57 changes: 57 additions & 0 deletions
57
workflow/resources/datavzrd/fusion-calls-template.datavzrd.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: ?f"Fusion calls {wildcards.event}" | ||
|
||
default-view: ?f"{params.groups[0]}-fusions" | ||
|
||
__definitions__: | ||
- import os | ||
- | | ||
def read_file(path): | ||
return open(path, 'r').read() | ||
datasets: | ||
?for group, path in zip(params.groups, params.fusion_calls): | ||
?f"{group}-fusions": | ||
path: ?path | ||
separator: "\t" | ||
|
||
views: | ||
?for group in params.groups: | ||
?f"{group}-fusions": | ||
desc: ?f"Fusion calls.\n{config['calling']['fdr-control']['events'][wildcards.event]['desc']}" | ||
dataset: ?f"{group}-fusions" | ||
render-table: | ||
columns: | ||
"regex('.+: allele frequency')": | ||
plot: | ||
ticks: | ||
scale: "linear" | ||
domain: [0.0, 1.0] | ||
aux-domain-columns: | ||
- "regex('.+: allele frequency')" | ||
"regex('.+: read depth')": | ||
plot: | ||
ticks: | ||
scale: "linear" | ||
aux-domain-columns: | ||
- "regex('.+: read depth')" | ||
"regex('prob: .+')": | ||
plot: | ||
heatmap: | ||
scale: linear | ||
domain: [0.0, 1.0] | ||
range: | ||
- white | ||
- "#1f77b4" | ||
?for alias in params.samples.loc[params.samples["group"] == group, "alias"]: | ||
'?f"{alias}: short observations"': | ||
optional: true | ||
custom-plot: | ||
data: ?read_file(params.data_short_observations) | ||
spec: ?read_file(params.spec_short_observations) | ||
display-mode: detail | ||
'?f"{alias}: observations"': | ||
optional: true | ||
custom-plot: | ||
data: ?read_file(params.data_observations) | ||
spec-path: ?params.spec_observations | ||
display-mode: detail |
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.