# HG changeset patch # User proteore # Date 1552482952 14400 # Node ID 0a0f6c37f05e439f24cdd13783b74d7b18377250 # Parent 2c0bab71a436c7f666b4a65b139398aae3dd20a9 planemo upload commit 47b21d3d533a6729de0269f70b033f976419368c-dirty diff -r 2c0bab71a436 -r 0a0f6c37f05e README.rst --- a/README.rst Tue Dec 18 09:48:29 2018 -0500 +++ b/README.rst Wed Mar 13 09:15:52 2019 -0400 @@ -3,7 +3,7 @@ **Authors** -T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR +David Christiany, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform diff -r 2c0bab71a436 -r 0a0f6c37f05e get_expression_profiles.xml --- a/get_expression_profiles.xml Tue Dec 18 09:48:29 2018 -0500 +++ b/get_expression_profiles.xml Wed Mar 13 09:15:52 2019 -0400 @@ -1,4 +1,4 @@ - + by (normal or tumor) tissue/cell type [Human Protein Atlas] @@ -8,7 +8,13 @@ $__tool_directory__/get_expression_profiles.R - --ref_file="$__tool_directory__/$options.proteinatlas" + + #if "protein_atlas" in str($options.proteinatlas).split("/") + --ref_file="$options.proteinatlas" + #else + --ref_file="$__tool_directory__/$options.proteinatlas" + #end if + --input_type="$input.ids" #if $input.ids == "list" --input="$input.list" @@ -51,7 +57,9 @@ - + + [c]{0,1}[0-9]+ + @@ -61,13 +69,7 @@ - - + @@ -134,13 +136,7 @@ - - + @@ -244,7 +240,7 @@ **Authors** -T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR +David Christiany, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR diff -r 2c0bab71a436 -r 0a0f6c37f05e proteore_protein_atlas_normal_tissue.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/proteore_protein_atlas_normal_tissue.loc.sample Wed Mar 13 09:15:52 2019 -0400 @@ -0,0 +1,2 @@ +# +HPA_normal_tissue_19-07-2018 HPA normal tissue 19/07/2018 HPA_normal_tissue /tool-data/HPA_normal_tissue_23-10-2018.tsv diff -r 2c0bab71a436 -r 0a0f6c37f05e proteore_protein_atlas_tumor_tissue.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/proteore_protein_atlas_tumor_tissue.loc.sample Wed Mar 13 09:15:52 2019 -0400 @@ -0,0 +1,2 @@ +# +HPA_pathology_19-07-2018 HPA pathology 19/07/2018 HPA_pathology /tool-data/HPA_pathology_23-10-2018.tsv diff -r 2c0bab71a436 -r 0a0f6c37f05e tool-data/proteinatlas.loc.sample --- a/tool-data/proteinatlas.loc.sample Tue Dec 18 09:48:29 2018 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -#This file lists the locations and dbkeys of Human Protein Atlas files. -# -#full Full Human Protein Atlas (23/10/18) tool-data/HPA_full_atlas_23-10-2018.tsv -normal_tissue HPA Normal Tissue (23/10/18) tool-data/HPA_normal_tissue_23-10-2018.tsv -pathology HPA Tumor Tissue (23/10/18) tool-data/HPA_pathology_23-10-2018.tsv diff -r 2c0bab71a436 -r 0a0f6c37f05e tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Tue Dec 18 09:48:29 2018 -0500 +++ b/tool_data_table_conf.xml.sample Wed Mar 13 09:15:52 2019 -0400 @@ -1,7 +1,10 @@ - - - name, value, path - +
+ id, name, tissue, value + +
+ + id, name, tissue, value +
\ No newline at end of file