# HG changeset patch # User dchristiany # Date 1548682442 18000 # Node ID 76924e57a230a201b41a74379990cce991504973 # Parent e248f8f532a7fb04d11f651396d6bb3e1a9dc2c5 planemo upload commit c89c5deac442c0c2aa52b24f2c5af4b290773fc0-dirty diff -r e248f8f532a7 -r 76924e57a230 data_manager/resource_building.py --- a/data_manager/resource_building.py Mon Jan 28 08:20:58 2019 -0500 +++ b/data_manager/resource_building.py Mon Jan 28 08:34:02 2019 -0500 @@ -63,7 +63,7 @@ # Define organism_id (here Human) - to be upraded when other organism added to the project organism_id = "2" # Extract sample_category_id and output filename - tissue=tissue.split(".") + tissue=tissue.split("-") sample_category_id = tissue[0] name = tissue[1] output_file = name+"_"+time.strftime("%d-%m-%Y") + ".tsv" diff -r e248f8f532a7 -r 76924e57a230 data_manager/resource_building.xml --- a/data_manager/resource_building.xml Mon Jan 28 08:20:58 2019 -0500 +++ b/data_manager/resource_building.xml Mon Jan 28 08:34:02 2019 -0500 @@ -1,4 +1,4 @@ - + to create or update reference files for proteore tools @@ -41,24 +41,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +