Skip to content

Commit

Permalink
removed Target from sheet_order
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed May 8, 2019
1 parent ef57b12 commit f4e3544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wranglertools/get_field_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f4e3544

Please sign in to comment.