From f4e354494ab9e42f72f8bef2cee5ee9bbbdfa29b Mon Sep 17 00:00:00 2001 From: aschroed Date: Wed, 8 May 2019 16:12:33 -0400 Subject: [PATCH] removed Target from sheet_order --- wranglertools/get_field_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wranglertools/get_field_info.py b/wranglertools/get_field_info.py index aad00711..efed5feb 100755 --- a/wranglertools/get_field_info.py +++ b/wranglertools/get_field_info.py @@ -233,7 +233,7 @@ class FieldInfo(object): sheet_order = [ "User", "Award", "Lab", "Document", "ExperimentType", "Protocol", "Publication", "Organism", "IndividualMouse", "IndividualFly", "IndividualHuman", "FileFormat", "Vendor", "Enzyme", - "Construct", "TreatmentRnai", "TreatmentAgent", "GenomicRegion", "Gene", "Target", "BioFeature", + "Construct", "TreatmentRnai", "TreatmentAgent", "GenomicRegion", "Gene", "BioFeature", "Antibody", "Modification", "Image", "Biosource", "BiosampleCellCulture", "Biosample", "FileFastq", "FileProcessed", "FileReference", "FileCalibration", "FileSet", "FileSetCalibration", "MicroscopeSettingD1", "MicroscopeSettingD2",