Skip to content

Commit

Permalink
Merge branch 'master' into user_pf2
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Jun 8, 2018
2 parents 4e7149c + 2276a82 commit 8907a26
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions wranglertools/get_field_info.py
Expand Up @@ -118,13 +118,14 @@ class FieldInfo(object):

sheet_order = [
"User", "Award", "Lab", "Document", "Protocol", "Publication", "Organism",
"IndividualMouse", "IndividualHuman", "Vendor", "Enzyme", "Construct", "TreatmentRnai",
"TreatmentChemical", "GenomicRegion", "Target", "Antibody", "Modification", "Image",
"Biosource", "BiosampleCellCulture", "Biosample", "FileFastq",
"FileProcessed", "FileReference", "FileCalibration", "FileSet", "FileSetCalibration",
"MicroscopeSettingD1", "MicroscopeSettingD2", "MicroscopeSettingA1", "MicroscopeSettingA2",
"FileMicroscopy", "FileSetMicroscopeQc", "ImagingPath", "ExperimentMic", "ExperimentMic_Path",
"ExperimentHiC", "ExperimentCaptureC", "ExperimentRepliseq", "ExperimentAtacseq",
"IndividualMouse", "IndividualFly", "IndividualHuman", "Vendor", "Enzyme",
"Construct", "TreatmentRnai", "TreatmentAgent", "GenomicRegion", "Target",
"Antibody", "Modification", "Image", "Biosource", "BiosampleCellCulture",
"Biosample", "FileFastq", "FileProcessed", "FileReference", "FileCalibration",
"FileSet", "FileSetCalibration", "MicroscopeSettingD1", "MicroscopeSettingD2",
"MicroscopeSettingA1", "MicroscopeSettingA2", "FileMicroscopy", "FileSetMicroscopeQc",
"ImagingPath", "ExperimentMic", "ExperimentMic_Path", "ExperimentHiC",
"ExperimentCaptureC", "ExperimentRepliseq", "ExperimentAtacseq",
"ExperimentChiapet", "ExperimentDamid", "ExperimentSeq", "ExperimentSet",
"ExperimentSetReplicate", "WorkflowRunSbg", "WorkflowRunAwsem", "OntologyTerm"
]
Expand Down

0 comments on commit 8907a26

Please sign in to comment.