-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from qbic-pipelines/dev
fixed query-api-civic --cancer bug #33 bumped version to 0.5.1
- Loading branch information
Showing
11 changed files
with
616 additions
and
43 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
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
386 changes: 386 additions & 0 deletions
386
example_files/cgi_test_out/cgi_test_out.cgi_results/biomarkers.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
example_files/cgi_test_out/cgi_test_out.cgi_results/cna_analysis.tsv
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,4 @@ | ||
internal_id sample gene cna cancer predicted_in_tumors gene_role known_in_tumors driver driver_statement predicted_match known_match | ||
input01_1 test_1 ERBB2 AMP CANCER CESC;ESCA;HNSC;LUAD;PAAD;STAD;UCEC Act BRCA;OV;CANCER;NSCLC;ST;BT;COREAD;BLCA;GEJA;HNC;ED known known in: BRCA;OV;CANCER;NSCLC;ST;BT;COREAD;BLCA;GEJA;HNC;ED known_match known_match | ||
input01_2 test_1 TP53 DEL CANCER S LoF THYM;BCL known known in: THYM;BCL known_match known_match | ||
input01_3 test_1 EGFR AMP CANCER BLCA;CESC;ESCA;LGG;LUAD;LUSC;STAD Act G;NSCLC;ED;HNSC;COREAD known known in: G;NSCLC;ED;HNSC;COREAD known_match known_match |
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,7 @@ | ||
"""Top-level package for querynator.""" | ||
|
||
__author__ = """Susanne Jodoin & Mark Polster""" | ||
__email__ = "susanne.jodoin@qbic.uni-tuebingen.de | mark.polster@uni-tuebingen.de" | ||
__version__ = "0.5.0" | ||
__author__ = """Susanne Jodoin, Mark Polster & Niclas Grote""" | ||
__email__ = ( | ||
"susanne.jodoin@qbic.uni-tuebingen.de | mark.polster@uni-tuebingen.de | niclas.grote@student.uni-tuebingen.de" | ||
) | ||
__version__ = "0.5.1" |
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